lite-parser 0.1.1

Simple parser library. Wasm / no_std ready.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.paste]
version = "0.1"

[features]
default = ["std"]
std = []

[package]
authors = ["Bryan Chen <xlchen1291@gmail.com>"]
categories = ["no-std"]
description = "Simple parser library. Wasm / no_std ready."
edition = "2018"
keywords = ["parser", "wasm", "no_std"]
license = "Apache-2.0"
name = "lite-parser"
repository = "https://github.com/xlc/lite-json"
version = "0.1.1"