utkarshkukreti / edn.rs

An EDN (Extensible Data Notation) parser in Rust.
48 stars 12 forks source link

Support for persistent data structures #7

Open alex-dixon opened 5 years ago

alex-dixon commented 5 years ago

Thanks for all the work on this.

I think I have a working version where we can optionally parse to immutable data structures behind an "immutable" feature flag if anyone's interested.

https://github.com/alex-dixon/edn.rs

l1x commented 5 years ago

Is there a reason not to submit a pull request?