Update link to serde-json-core

This commit is contained in:
ratijas 2021-04-15 17:36:51 +03:00 committed by GitHub
parent 7ca63e7d5a
commit fdaddf2931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,7 +350,7 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
For JSON support in Serde without a memory allocator, please see the
[`serde-json-core`] crate.
[`serde-json-core`]: https://japaric.github.io/serde-json-core/serde_json_core/
[`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
[value]: https://docs.serde.rs/serde_json/value/enum.Value.html
[from_str]: https://docs.serde.rs/serde_json/de/fn.from_str.html