Docs.rs
brume-daemon-0.1.0
brume-daemon 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
nsarlin
Dependencies
anyhow ^1.0
normal
bincode ^1.3
normal
brume ^0.1.0
normal
brume-daemon-proto ^0.1.0
normal
deadpool-diesel ^0.6.1
normal
diesel ^2.2.0
normal
diesel_migrations ^2.2
normal
env_logger ^0.11
normal
futures ^0.3
normal
interprocess ^2.2
normal
log ^0.4
normal
serde ^1.0
normal
tarpc ^0.35
normal
thiserror ^2.0
normal
tokio ^1
normal
uuid ^1.11
normal
rand ^0.9
dev
tempfile ^3.14
dev
testcontainers ^0.23
dev
Versions
44.8%
of the crate is documented
Platform
aarch64-apple-darwin
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
brume_daemon/
lib.rs
1
pub mod
daemon;
2
pub mod
db;
3
mod
schema;
4
pub mod
server;
5
pub mod
synchro_list;