johnrs

Crates.iojohnrs
lib.rsjohnrs
version0.1.0
sourcesrc
created_at2024-02-11 01:52:16.409528
updated_at2024-02-11 01:52:16.409528
descriptionSimple library to parse the JOHN notation format
homepage
repositoryhttps://github.com/nora2605/JOHNrs
max_upload_size
id1135527
size22,785
Nora J.F. (nora2605)

documentation

README

JOHN.rs

A JOHN parser for Rust! The Jane Object Hierarchy Notation is documented here

It supports parsing the full standard (i think) and stringifying pre-constructed JohnValue contructs.

If you want to stringify a custom type you can contribute to this library by adding some magic genericism or serialization trait or you can implement a conversion trait for values to be directly packed into the JohnValue enum.

Commit count: 0

cargo fmt