abi-stable-host-api 0.1.1

ABI-stable FFI types for QimenBot dynamic plugins
Documentation
  • Coverage
  • 90.24%
    111 out of 123 items documented1 out of 61 items with examples
  • Size
  • Source code size: 34.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 14.62 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 57s Average build duration of successful builds.
  • all releases: 57s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • lvyunqi/QimenBot
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lvyunqi

ABI-stable types for the dynamic plugin FFI boundary.

All structs are #[repr(C)] and use [abi_stable::std_types] so they can be safely passed across dlopen-loaded library boundaries.

API Version History

  • 0.1 — Initial version: single command per plugin, plain-text responses.
  • 0.2 — Multi-command support via RVec<CommandDescriptorEntry>, rich-media responses via JSON segments, event context in requests.
  • 0.3 — Extended CommandRequest with sender nickname, message ID, and timestamp. Added ReplyBuilder for fluent rich-media construction. Added PluginInitConfig / PluginInitResult lifecycle hooks.