Skip to main content

Crate abut

Crate abut 

Source
Expand description

§ABUT

Structural IPC orchestration and boundary-aware Unix Domain Sockets.

To “abut” is to share a common boundary. This crate provides the primitives for two isolated processes to lean against one another via a UDS interface without compromising their individual security scopes.

§Core Security Principles

  • Adjacency: Manages the physical and logical “touch points” between the sidecar and the host application.
  • Boundary Integrity: Ensures that while processes may abut, their memory allotments and classified contents never intermingle.
  • Deterministic Junctions: Uses scope to ensure that the IPC junction is severed immediately upon task completion.

Re-exports§

pub use error::*;
pub use traits::*;
pub use types::*;

Modules§

error
frame
Length-prefixed framing for stream transports.
ring
Fixed-capacity ring buffer helpers (no_std-friendly).
traits
types