https://github.com/jmitchell/edn
https://github.com/jmitchell/edn
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmitchell/edn
- Owner: jmitchell
- Created: 2015-04-19T21:53:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T00:34:48.000Z (about 11 years ago)
- Last Synced: 2025-12-31T22:42:25.300Z (5 months ago)
- Language: Rust
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# edn [](https://travis-ci.org/jmitchell/edn)
A Rust implementation of the [edn serialization](https://github.com/edn-format/edn). The current focus is on modeling and parsing Edn, but will later include serializing to Edn.
*WARNING*: The implementation is not yet complete, and the API is unstable.
See the `TODO` comments in the source to get a sense of what features are missing.