Registry / messaging / mls-rs-core

mls-rs-core

JSON →
library0.26.0rscratesunverified

Core components and traits for the mls-rs library, providing foundational MLS protocol support.

# Cargo.toml [dependencies] mls-rs-core = "0.26.0"
INSTALL
IMPORT
SIG · MLS-RS-CORE
M
mls-rs-core
messagingrustv0.26.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MlsCore
use mls_rs_core::MlsCore;

Initializes the core MLS components.

use mls_rs_core::MlsCore; fn main() { let core = MlsCore::new(); println!("MLS core initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.26.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
mls-rs-core — cargo add mls-rs-core · libregistry