Docs.rs
msg_store_server_api-0.1.1
msg_store_server_api 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
enokson
Dependencies
bytes ^1.1.0
normal
futures ^0.3.19
normal
log ^0.4.14
normal
msg-store ^0.9.0
normal
msg_store_database_in_memory_plugin ^0.1.0
normal
msg_store_database_leveldb_plugin ^0.1.0
normal
msg_store_database_plugin ^0.1.0
normal
msg_store_uuid ^0.1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
rand ^0.8.5
dev
tempdir ^0.3.7
dev
Versions
1.3%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
msg_
store_
server_
api
0.1.1
Database
Aliased Type
In crate msg_
store_
server_
api
msg_store_server_api
Type Alias
Database
Copy item path
Source
pub type Database =
Box
<dyn
Db
>;
Aliased Type
ยง
struct Database(
/* private fields */
);