rust-embedded-community / serde-json-core

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

Add to_slice serialization function #36

Closed MathiasKoch closed 3 years ago

MathiasKoch commented 4 years ago

Fixes #35

MathiasKoch commented 4 years ago

@japaric

eldruin commented 3 years ago

Also, could you add an entry to the changelog for this?

eldruin commented 3 years ago

Also, how does this differ from #27 ?

MathiasKoch commented 3 years ago

@eldruin I think you might be right.

It looks like they add exactly the same functionality. So i think it is mostly a question of which approach do you like better?

eldruin commented 3 years ago

I think this version is simpler so let's merge this one and close #27