codehelion-helper-protocol 0.1.0

Versioned wire protocol and compiler IR shared with codehelion helpers.
Documentation
  • Coverage
  • 100%
    257 out of 257 items documented0 out of 69 items with examples
  • Size
  • Source code size: 72.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.57 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • libraz/codehelion
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • libraz

Versioned messages exchanged with compiler helper processes.

This crate contains only the serializable compiler IR and the framed wire protocol. Process supervision, sandboxing, and backend execution live in codehelion-helper, so storage and other protocol consumers do not acquire process-management dependencies.