Skip to main content

Crate secure_exec_sidecar

Crate secure_exec_sidecar 

Source
Expand description

Native sidecar scaffold that composes the kernel and execution crates.

Re-exports§

pub use extension::Extension;
pub use extension::ExtensionContext;
pub use extension::ExtensionFuture;
pub use extension::ExtensionInterruptRequest;
pub use extension::ExtensionInterruptResponse;
pub use extension::ExtensionResponse;
pub use service::DispatchResult;
pub use service::NativeSidecar;
pub use service::NativeSidecarConfig;
pub use service::SidecarError;

Modules§

extension
generated_protocol
limits
Typed, operator-tunable VM-scoped runtime limits.
protocol
service
stdio
wire
Generated Secure Exec sidecar wire protocol surface.

Structs§

SidecarScaffold

Traits§

EventSinkTransport
Fire-and-forget live event sink. Lets an extension emit a session/update (or any other) event frame to the host mid-dispatch, instead of having to return it from the dispatch and wait for the whole request to resolve before the stdio loop flushes it. Mirrors SidecarRequestTransport, but events have no response, no request id, and no timeout — they are written to the same outbound stdout channel the batch path uses.
NativeSidecarBridge
SidecarRequestTransport

Functions§

scaffold