Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 341 Bytes

simple-json

Simple JSON parser written with Rust. Wasm / no_std ready.

# Build this project in `no_std` env:
cargo build --release --no-default-features --lib

# Running test in `no_std` env:
cargo test --release --no-default-features --lib

# Run this project in cli (a sample for parsing) in `std` env:
cargo run --release