Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmitchell/edn
https://github.com/jmitchell/edn
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmitchell/edn
- Owner: jmitchell
- Created: 2015-04-19T21:53:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T00:34:48.000Z (over 9 years ago)
- Last Synced: 2023-04-07T21:37:31.598Z (over 1 year ago)
- Language: Rust
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# edn [![Build Status](https://travis-ci.org/jmitchell/edn.png?branch=master)](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.