Skip to content

madwareru/edu-json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Rust

edu-json-parser

Self-educational pet project. JSON parser made with a help of combine parser combinator library

examples

You could run it with a command cargo run --example (simple/sample2)

benchmarks

It has a simple benchmark to compare with such libraries as json and serde_json.

You could run it with a command cargo bench

At this moment edu-json-parser is slower around 5 and 2.5 times than json and serde_json respectively

About

Self-educational pet project. JSON parser inside

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages