Docs.rs
hubert-0.5.0
hubert 0.5.0
Permalink
Docs.rs crate page
BSD-2-Clause-Patent
Links
Repository
crates.io
Source
Owners
wolfmcnally
Dependencies
anyhow ^1.0.0
normal
async-trait ^0.1
normal
axum ^0.8.7
normal
bc-components ^0.30.0
normal
bc-crypto ^0.14.0
normal
bc-envelope ^0.39.0
normal
bc-rand ^0.5.0
normal
bc-ur ^0.18.0
normal
bc-xid ^0.18.0
normal
chacha20 ^0.9.1
normal
clap ^4.4.3
normal
dcbor ^0.24.1
normal
futures-util ^0.3
normal
gstp ^0.13.0
normal
hex ^0.4
normal
ipfs-api-backend-hyper ^0.6.0
normal
ipfs-api-prelude ^0.6.0
normal
known-values ^0.13.0
normal
mainline ^6
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
sqlite ^0.37.0
normal
thiserror ^2
normal
tokio ^1
normal
tower ^0.5
normal
tower-http ^0.6
normal
assert_cmd ^2
dev
chrono ^0.4
dev
tokio ^1
dev
Versions
36.76%
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
Crate hubert
hubert
0.5.0
All Items
Crate Items
Re-exports
Modules
Enums
Traits
Type Aliases
Crate
hubert
Copy item path
Source
Re-exports
§
pub use server::
MemoryKv
;
pub use server::
SqliteKv
;
Modules
§
hybrid
ipfs
logging
mainline
server
Enums
§
Error
Top-level error type for the hubert library.
Traits
§
KvStore
Unified trait for key-value storage backends using ARID-based addressing.
Type Aliases
§
Result
Result type using the top-level Error.