Docs.rs
rose-squared-sdk-0.1.0
rose-squared-sdk 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
adithya-adee
Dependencies
aes-gcm ^0.10
normal
argon2 ^0.5
normal
async-trait ^0.1
normal
bincode ^1.3
normal
getrandom ^0.2
normal
hkdf ^0.12
normal
hmac ^0.12
normal
js-sys ^0.3
normal
optional
rand ^0.8
normal
serde ^1
normal
serde-wasm-bindgen ^0.5
normal
sha2 ^0.10
normal
thiserror ^1
normal
uuid ^1
normal
wasm-bindgen ^0.2
normal
optional
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3
normal
optional
zeroize ^1.7
normal
hex ^0.4
dev
rusqlite ^0.29
dev
tokio ^1
dev
Versions
80.34%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Files
rose_squared_sdk/protocol/
mod.rs
1
//! Protocol implementations for RO(SE)².
2
3
pub mod
search;
4
pub mod
swissse;