Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,13 @@
//! - `bool`
//! - Integers
//! - Floats
//! - `str` (\*\*)
//! - `str`
//! - `Option`
//! - Arrays
//! - Tuples
//! - Structs
//! - C like enums
//!
//! (\*\*) Serialization of strings doesn't escape stuff. This simply has not been implemented yet.
//!
//! # Planned features
//!
//! - (De)serialization from / into IO objects once `core::io::{Read,Write}` becomes a thing.
Expand Down
Loading