Skip to content

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

License

Notifications You must be signed in to change notification settings

staketechnologies/simple-json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.7%
  • Ruby 1.3%