evenframe_plugin 0.1.6

Helper crate for writing evenframe mockmake WASM plugins
Documentation
  • Coverage
  • 70.3%
    71 out of 101 items documented0 out of 59 items with examples
  • Size
  • Source code size: 45.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.44 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 16s Average build duration of successful builds.
  • all releases: 1m 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • rymskip/evenframe
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rymskip

Helper crate for writing evenframe WASM plugins.

Supports three plugin types:

  • Mock data plugins (define_mock_data_plugin!): Generate mock data for individual fields.
  • Output rule plugins (define_output_rule_plugin!): Provide convention-based annotations, permissions, events, derives, and field-level rules for existing structs.
  • Synthetic item plugins (define_synthetic_item_plugin!): Emit new structs, tagged unions, and DB tables derived from the scanner results.

Eliminates all WASM boilerplate (alloc, dealloc, JSON serialization, pointer packing) so you only write your generation logic.