utkarshkukreti / edn.rs

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

Implement `From<A>` for Value, and various `A` #3

Closed joshlemer closed 6 years ago

joshlemer commented 6 years ago

This adds some basic implementations of From for converting values to appropriate Edn.

utkarshkukreti commented 6 years ago

Hi! Thanks for the PR! I don't think the .idea ignore should be in this repository (I use a global gitignore for IDE related stuff) so I went ahead and cherry pick'd the other two commits. Let me know if you're using this crate and need a new release on crates.io!