Skip to content

Commit 38ca690

Browse files
committed
Remove wrong note about missing string escaping.
String escaping during serialization is implemented and tested.
1 parent 3b369a0 commit 38ca690

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,13 @@
4747
//! - `bool`
4848
//! - Integers
4949
//! - Floats
50-
//! - `str` (\*\*)
50+
//! - `str`
5151
//! - `Option`
5252
//! - Arrays
5353
//! - Tuples
5454
//! - Structs
5555
//! - C like enums
5656
//!
57-
//! (\*\*) Serialization of strings doesn't escape stuff. This simply has not been implemented yet.
58-
//!
5957
//! # Planned features
6058
//!
6159
//! - (De)serialization from / into IO objects once `core::io::{Read,Write}` becomes a thing.

0 commit comments

Comments
 (0)