Preview of the proposed up-rust native-frame-model branch (up-rust b6b99c6d, up-spec f0e9b17) — not released documentation. branch · write-up

Module view

Source
Expand description

Family-neutral frame views.

UFrameView is the shared vocabulary for reading a validated frame’s metadata and ordered payload bytes. Both experimental transport families (owned frames and zero-copy leases) expose their received frames through it, and validate_frame_view_for_transport is the shared boundary check a transport runs before handing a frame to the caller.

Traits§

UFrameView
Role: the neutral read vocabulary every received frame speaks, whatever the family; implemented by frames and leases, consumed by decoding code — see the trait map.

Functions§

validate_frame_view_for_transport
Validates a frame view before returning it from a public zero-copy boundary.