rust-embedded-community / serde-json-core

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

Slice serialization #27

Closed MabezDev closed 3 years ago

MabezDev commented 4 years ago

This is really useful for usage with smoltcp, as it allows you to serialize straight into the tcp socket buffer.

eldruin commented 3 years ago

How does this differ from #36 ?

MathiasKoch commented 3 years ago

Closed in favor of #36

Please feel free to re-open, if we missed some functionality difference between the two.

eldruin commented 3 years ago

Still thank you very much @MabezDev!