weavy 0.1.0

Shared lowered-program substrate for interpreters and copy-and-patch backends.
Documentation
  • Coverage
  • 77.45%
    237 out of 306 items documented0 out of 54 items with examples
  • Size
  • Source code size: 41.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.45 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • facet-rs/facet
    2531 122 121
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fasterthanlime

Shared lowered-program substrate for interpreters and copy-and-patch backends.

weavy stays format-agnostic: callers bring schema identities, parsers, and value models. The crate provides the shared carrier for lowered programs (flat programs, named blocks, and a small call-stack runner), plus the generic typed-memory descriptor/op vocabulary in [mem]. Native copy-and-patch backends can use the same program/block shape.