Skip to content

Commit c030763

Browse files
de-vri-eseldruin
authored andcommitted
Remove wrong note about missing string escaping.
String escaping during serialization is implemented and tested.
1 parent 805b087 commit c030763

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)