Crate rsrs_core

Source

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

error
fragmentation
frame
header
tagged

Macros§

const_flags
Creates a value of type FrameFlags at compile time.
expand_gen
extract
frame
gen_frame
process_flags_expr
Recursively Converts an expression that uses FrameFlags constants into an expression that uses the backing value of FrameFlags (u16).

Structs§

FrameFlags
A flags structure to represent possible frams flags.
FrameHeader
A type to represent an rsocket frame header.

Enums§

Frame
An enum of all frame variants supported by RSocket.
FrameType
An enum to represent supported frame types.

Traits§

FrameVariant
A trait to be implemented by all frame variants.