File tree Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 44
55[ `serde-json` ] : https://crates.io/crates/serde_json
66
7- # Status
7+ This project is developed and maintained by the [ rust-embedded-community ] .
88
9- This crate is currently being passively maintained by [ @japaric ] . I (@japaric )
10- will be merging PRs (bug fixes and features) as they appear without any
11- long-term / design consideration. If you would like to take over the steering
12- wheel (i.e. take ownership of this crate) send me an e-mail (see my GitHub
13- profile).
9+ [ rust-embedded-community ] : https://github.com/rust-embedded-community/meta
1410
15- [ @japaric ] : https://github.com/japaric
11+ ## [ Documentation ] ( https://docs.rs/serde-json-core )
1612
17- ## [ Documentation] ( https://japaric.github.io/serde-json-core/serde_json_core )
13+ ## Minimum Supported Rust Version (MSRV)
14+
15+ This crate is guaranteed to compile on stable Rust 1.40.0 and up. It * might*
16+ compile with older versions but that may change in any new patch release.
1817
1918## License
2019
Original file line number Diff line number Diff line change 55//! This version of [`serde-json`] is aimed at applications that run on resource constrained
66//! devices.
77//!
8- //! # Status
9- //!
10- //! This crate is currently being passively maintained by [@japaric]. I (@japaric) will be merging
11- //! PRs (bug fixes and features) as they appear without any long-term / design consideration. If you
12- //! would like to take over the steering wheel (i.e. take ownership of this crate) send me an e-mail
13- //! (see my GitHub profile).
14- //!
15- //! [@japaric]: https://github.com/japaric
16- //!
178//! # Current features
189//!
1910//! - The error type is a simple C like enum (less overhead, smaller memory footprint)
5748//! - Like the dynamic [`Value`](https://docs.rs/serde_json/1.0.11/serde_json/enum.Value.html)
5849//! type
5950//!
60- //! # MSRV
51+ //! # Minimum Supported Rust Version ( MSRV)
6152//!
62- //! This crate is guaranteed to compile on stable Rust 1.31 .0 and up. It *might* compile with older
53+ //! This crate is guaranteed to compile on stable Rust 1.40 .0 and up. It *might* compile with older
6354//! versions but that may change in any new patch release.
6455
6556#![ deny( missing_docs) ]
You can’t perform that action at this time.
0 commit comments