bash cargo add cirru_edn
```rs use cirru_edn;
cirru_edn::parse("[] 1 2 true"); // Result
cirru_edn::format(data); // String ```
MIT