Cirru Edn in Rust

Usages

Rust Docs.

bash cargo add cirru_edn

```rust use cirru_edn::Edn;

cirru_edn::parse("[] 1 2 true"); // Result

cirruedn::format(data, /* useinline */ true); // Result. ```

License

MIT