Skip to content

njsfield/rust-json-parse-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Overview

Learning project to attempt to build a JSON parser/stringify module in Rust. Comprised of:

  • lexer module, to generate tokens from raw string
  • parser module, to build Vec & HashMap structures from sequences of tokens
  • json module, to expose public methods (parse/stringify)

Run

cargo watch -c -w src -x run

Clean

cargo clean

About

πŸ¦€ An exercise in rust to build a JSON parser πŸ¦€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages