rust-embedded-community / serde-json-core

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

Serializer: Implement collect_str #81

Closed elrafoon closed 10 months ago

elrafoon commented 10 months ago

I hit this not being implemented on one project.

Implementation factors-out and reuses Serializer::serialize_str().

elrafoon commented 10 months ago

Of course.