curie-plugin 0.7.0

Shared manifest types and helpers for Curie plugins
Documentation
  • Coverage
  • 39.29%
    11 out of 28 items documented0 out of 6 items with examples
  • Size
  • Source code size: 20.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 617.05 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sentinelt

Shared manifest types and helpers for Curie plugins.

Both sides of the plugin protocol use these types:

  • Plugin binary: constructs and serializes a [Manifest] on stdout.
  • curie-build: deserializes the [Manifest] from the plugin's stdout.

Plugins also receive a typed [Envelope] on stdin; use [read_envelope] to parse it.