edikt-core 0.2.0

edikt core: value model, Feature capabilities, the expression language, and the Document/Convert seams.
Documentation
  • Coverage
  • 70%
    70 out of 100 items documented0 out of 8 items with examples
  • Size
  • Source code size: 150.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.78 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jhheider/edikt
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jhheider

edikt core.

Home of the [Value] model, the [Feature] capability enum, and the expression language (lexer, [parse], evaluator). The evaluator is built and tested here against a plain in-memory [Value] so the language is correct independent of any format-preserving CST; the format modules wire the same AST to their CSTs.

The format-agnostic Document and Convert seams arrive with the JSONC slice, once there is a concrete CST to shape them against.