bmux_recording_plugin_api 0.0.1-alpha.1

Typed public API of the bmux recording plugin (BPDL-generated bindings + config)
docs.rs failed to build bmux_recording_plugin_api-0.0.1-alpha.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

bmux_recording_plugin_api

Typed public API of the bmux recording plugin. Other plugins and attach-side callers depend on this crate for typed access to recording lifecycle operations (start, stop, list, cut, rolling, prune, etc.).

Also hosts the RecordingSink trait that packages/server uses to write pane-output and server-event records into the plugin-owned RecordingRuntime without taking a dependency on the recording plugin impl crate.