diff --git a/src/lib.rs b/src/lib.rs index 5e8b9220..6de20fab 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.