bash cargo add cirru_edn
```rs use cirru_edn;
cirru_edn::parse("[] 1 2 true"); // Result
cirruedn::format(data, /* useinline */ true); // Result. ```
MIT