kylidboy / simple-json

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Rust 98.7%Language:Ruby 1.3%