rust-embedded-community / serde-json-core

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

This is not real core lib since it depends on serde which is standard library. #62

Closed Jiuhong-casperlabs closed 2 years ago

Jiuhong-casperlabs commented 2 years ago

This is not real core lib since it depends on serde which is standard library.

eldruin commented 2 years ago

This is called -core because it does not use the Rust standard library. Closing as non-actionable.

ryan-summers commented 2 years ago

I am unsure what issue you are having. This crate is designed to work in a no_std environment. If you are having issues with that, please post them here. Posting statements like in the topic and issue body aren't relevant to any particular issue.

To clarify some issues that I suspect you might have (rather, using serde-json-core in a no_std environment), let me provide some points of clarification:

If you're having issues using this crate or serde in a no_std environment, please check out https://serde.rs/no-std.html.