mirror of
https://github.com/serde-rs/json.git
synced 2026-03-19 08:09:49 +00:00
Now that Rust 1.18 has come out, and according to our policy of supporting the past 3 versions of rust, we can finally switch to using `char::encode_utf8` to encode a character into a string. Closes #270.