Crates.io | nosejob |
lib.rs | nosejob |
version | 1.0.0 |
source | src |
created_at | 2022-11-13 17:36:03.817649 |
updated_at | 2022-11-13 17:36:03.817649 |
description | Lightweight No Std JSON Parser |
homepage | |
repository | https://github.com/WeirdPtr/nosejob |
max_upload_size | |
id | 714336 |
size | 17,417 |
nosejob is a simple json parser written in Rust.
Report Bug
ยท
Request Feature
This is a small JSON Parser implementation which is meant for read-once payloads.
cargo build --release
cargo run --example examplename
See the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.