Earlier quoted context omitted.
From the README: "Serialization is not yet implemented in this version."
We really have to start rendering READMEs on crates.io...
IMO you should just merge with docs.rs.
51–52 of 52 posts
This is really cool. But how does zero-copy deserialization work for &'a str with formats like JSON where the input data may have string escapes (and therefore needs to be mutated during deserialization)?