Crates.io | eden |
lib.rs | eden |
version | 0.1.1 |
source | src |
created_at | 2020-10-01 09:42:59.209514 |
updated_at | 2020-10-03 05:06:00.01029 |
description | EDN parser |
homepage | |
repository | |
max_upload_size | |
id | 294954 |
size | 11,387 |
Eden is an EDN parser.
The source code for https://github.com/utkarshkukreti/edn.rs was used as a reference of how to implement the basic types, but all the logic was written from scratch using Nom.