Docs.rs
bee-tangle-0.2.0
bee-tangle 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
thibault-martinez
github:iotaledger:bee-devs
Dependencies
async-trait ^0.1.51
normal
bee-common ^0.5.0
normal
bee-message ^0.1.6
normal
bee-runtime ^0.1.1-alpha
normal
bee-storage ^0.9.0
normal
bitflags ^1.2.1
normal
futures ^0.3.17
normal
hashbrown ^0.11.2
normal
log ^0.4.14
normal
rand ^0.8.4
normal
ref-cast ^1.0.6
normal
serde ^1.0.130
normal
thiserror ^1.0.30
normal
tokio ^1.12.0
normal
tokio-stream ^0.1.7
normal
bee-storage-null ^0.1.0
dev
criterion ^0.3.5
dev
rand ^0.8.4
dev
tokio ^1.12.0
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
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
Module storage
bee_
tangle
0.2.0
Module storage
Module Items
Traits
In crate bee_
tangle
bee_tangle
Module
storage
Copy item path
Source
Expand description
Types used for interoperation with a node’s storage layer.
Traits
§
Storage
Backend
A blanket-implemented helper trait for the storage layer.