Docs.rs
security-cam-common-0.1.5
security-cam-common 0.1.5
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
matthewashton-k
Dependencies
actix-web ^4.4.0
normal
aes-gcm ^0.10.3
normal
argon2 ^0.5.2
normal
async-stream ^0.3.5
normal
base64 ^0.21.5
normal
futures-core ^0.3.29
normal
shuttle-runtime ^0.33.0
normal
tokio-stream ^0.1.14
normal
Versions
33.33%
of the crate is documented
Platform
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
Files
security_cam_common/
lib.rs
1
pub mod
encryption;
2
3
/// reexported shuttle runtime
4
pub use
shuttle_runtime;