Docs.rs
mls-rs-0.38.0
mls-rs 0.38.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tomleavy
stefunctional
mulmarta
Dependencies
arbitrary ^1
normal
cfg-if ^1
normal
debug_tree ^0.4.0
normal
itertools ^0.12.0
normal
maybe-async ^0.2.7
normal
mls-rs-codec ^0.5.0
normal
mls-rs-core ^0.17.1
normal
mls-rs-crypto-openssl ^0.8.0
normal
mls-rs-identity-x509 ^0.10.0
normal
mls-rs-provider-sqlite ^0.10.0
normal
once_cell ^1.18
normal
rayon ^1
normal
safer-ffi ^0.1.3
normal
safer-ffi-gen ^0.9.2
normal
spin ^0.9.8
normal
thiserror ^1.0.40
normal
zeroize ^1
normal
assert_matches ^1.5.0
dev
criterion ^0.5.1
dev
hex ^0.4.3
dev
rand ^0.8
dev
serde ^1.0
dev
serde_json ^1.0
dev
async-trait ^0.1.74
normal
futures ^0.3.25
normal
futures-test ^0.3.25
dev
criterion ^0.5.1
dev
mls-rs-crypto-openssl ^0.8.0
dev
portable-atomic ^1.5.1
normal
portable-atomic-util ^0.1.2
normal
spin ^0.9.8
normal
getrandom ^0.2
normal
rand_core ^0.6
normal
wasm-bindgen ^0.2.79
normal
criterion ^0.5.1
dev
mls-rs-crypto-webcrypto ^0.3.0
dev
wasm-bindgen-test ^0.3.26
dev
Versions
51.85%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mls_rs
0.38.0
Module error
Re-exports
Structs
Enums
Traits
In crate mls_rs
?
Module
mls_rs
::
error
source
·
[
−
]
Expand description
Error types.
Re-exports
§
pub use crate::client::
MlsError
;
Structs
§
AnyError
Generic error used to wrap errors produced by providers.
Enums
§
ExtensionError
Traits
§
IntoAnyError
Trait to convert a provider specific error into
AnyError