rust-embedded-community / serde-json-core

`serde-json` for `no_std` programs
Apache License 2.0
161 stars 59 forks source link

Use ryu for float serialization #50

Closed jordens closed 3 years ago

jordens commented 3 years ago

... supposedly pulling in the advantages of ryu (speed, code size?) over core::fmt.

The bigger and likely more valuable task would be deserialization and replacing ::from_str by something else. As mentioned in #12, last time I tried, lexical_core's atof wasn't easy.

eldruin commented 3 years ago

Ok, could you add an entry to the changelog, squash all commits into one and rebase to the master branch?