Docs.rs
daybreak-0.1.0
daybreak 0.1.0
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sorpaas
Dependencies
anyhow ^1.0.32
normal
optional
base64 ^0.13
normal
optional
bincode ^1
normal
optional
memmap ^0.7
normal
optional
ron ^0.8
normal
optional
serde ^1
normal
serde_yaml ^0.9
normal
optional
tempfile ^3
normal
thiserror ^1.0.20
normal
lazy_static ^1
dev
serde_derive ^1
dev
Versions
100%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
daybreak
0.1.0
Crate Items
Structs
Enums
Traits
Type Aliases
List of all items
Structs
Database
backend::FileBackend
backend::MemoryBackend
backend::MmapStorage
backend::PathBackend
deser::Bincode
deser::Ron
deser::Yaml
Enums
error::BackendError
error::DeSerError
error::Error
Traits
backend::Backend
deser::DeSerializer
Type Aliases
FileDatabase
MemoryDatabase
MmapDatabase
PathDatabase
error::BackendResult
error::DeSerResult
error::Result