Crate blueprint

Crate blueprint 

Source
Expand description

§blueprint (trait)

Sans-io Static no_std no-allocation protocol / state machine blueprints.

See yaws book for more.

§Runtimes

  • yaoi batch-first io_uring incremental hugetable static sans-I/O no-allocations

§Layers / Apps

  • h11spec no_std, no-alloc, HTTP/1.1 Spec
  • tls rustls layer

§Examples

  • https https pipeline using h11spec and tls

Structs§

NoLeft
Use when Left side is not used
NoRight
Use when Right side is not used

Enums§

InBuffer
Input Buffer

Traits§

BluePrint
Constructor for Blueprint instantiating Orbit.
Left
Left side of state machine I/O
Orbit
..
Portal
Provide Portal between two Orbits Right and Left sides
Right
Right side of state machine I/O