Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub committed Jul 10, 2020
1 parent 90948c3 commit 2b94956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,6 +2,7 @@

Crate to parse and emit EDN [![Build Status](https://travis-ci.org/naomijub/edn-rs.svg?branch=master)](https://travis-ci.org/naomijub/edn-rs)
* **This lib does not make effort to conform the EDN received to EDN Spec.** The lib that generated this EDN should be responsible for this.
* Current example usage in crate https://crates.io/crates/transistor

## Usage

Expand Down Expand Up @@ -116,4 +117,3 @@ assert_eq!(edn[3]["false"], Edn::Key("f".to_string()));
- [ ] trait Serialize struct to EDN
- [ ] `derive Serialize`
- [ ] `derive Deserialize`
- [ ] Edn to Json

0 comments on commit 2b94956

Please sign in to comment.