Skip to content

lessflake/jsonette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy JSON serializer/deserializer.

Written in a weekend essentially just to learn Rust procedural macros (without syn/quote), and to compare tradeoffs (in binary size, performance and compile time) of this naive implementation to a high quality generic serializer/deserializer such as Serde.

About

Toy JSON (de)serialize library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages