Module mls_rs_compat

Source
Available on crate feature mls-rs-compat only.

Traits§

MlsRsTranscode
Trait that allows to move from mls-spec data structs to mls-rs It is inefficient by nature because in order to bypass the Rust type system, we’re using serialization/deserialization as a “boundary break”