Documentation
  • Coverage
  • 0%
    0 out of 16 items documented0 out of 2 items with examples
  • Size
  • Source code size: 11.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.77 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hirigaray

eden

Eden is an EDN parser.

notes

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.