jsnpar 0.1.1

Rust JSON parser implementation using parser combinators.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "jsnpar"
version = "0.1.1"
edition = "2024"
license = "MIT"
description = "Rust JSON parser implementation using parser combinators."
readme = "README.md"
authors = ["yarso-su (https://github.com/yarso-su)"]
repository = "https://github.com/yarso-su/jsnpar"
keywords = ["json", "crate", "parser"]
categories = ["parser-implementations"]