Vendored version of serde-json-core from crates.io
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Maarten de Vries a435f788c6
Some checks failed
Continuous integration / ci-linux (thumbv6m-none-eabi, stable) (push) Has been cancelled
Continuous integration / ci-linux (thumbv7m-none-eabi, stable) (push) Has been cancelled
Continuous integration / ci-linux (x86_64-unknown-linux-gnu, 1.87.0) (push) Has been cancelled
Continuous integration / ci-linux (x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Continuous integration / ci-linux (x86_64-unknown-linux-gnu, true, nightly) (push) Has been cancelled
Continuous integration / clippy (push) Has been cancelled
Continuous integration / Rustfmt (push) Has been cancelled
Implement Default for EscapedStr.
2025-11-18 13:05:40 +01:00
.github/workflows Bumping MSRV to 1.87.0 to match heapless MSRV 2025-11-18 09:09:22 +01:00
src Implement Default for EscapedStr. 2025-11-18 13:05:40 +01:00
.gitignore initial commit 2018-03-17 14:32:56 +01:00
Cargo.toml update heapless to version 0.9.2 2025-11-18 09:09:22 +01:00
CHANGELOG.md Implement Default for EscapedStr. 2025-11-18 13:05:40 +01:00
LICENSE-APACHE add LICENSE files 2018-03-17 15:35:38 +01:00
LICENSE-MIT add LICENSE files 2018-03-17 15:35:38 +01:00
README.md Bumping MSRV to 1.87.0 to match heapless MSRV 2025-11-18 09:09:22 +01:00

serde-json-core

serde-json for no_std programs

This project is developed and maintained by the rust-embedded-community.

Documentation

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.87.0 and up. It might compile with older versions but that may change in any new patch release.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.