Docs.rs
iota-client-2.0.0
iota-client 2.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
njaremko
github:iotaledger:rs-devs
Dependencies
async-trait ^0.1.57
normal
backtrace ^0.3.66
normal
bee-api-types ^1.0.0
normal
bee-block ^1.0.0
normal
bee-pow ^1.0.0
normal
derive_builder ^0.11.2
normal
futures ^0.3.24
normal
iota-crypto ^0.14.2
normal
iota-ledger-nano ^1.0.0-alpha.2
normal
iota_stronghold ^0.8.1
normal
log ^0.4.17
normal
num_cpus ^1.13.1
normal
once_cell ^1.13.1
normal
packable ^0.6.1
normal
prefix-hex ^0.4.0
normal
primitive-types ^0.11.1
normal
regex ^1.6.0
normal
reqwest ^0.11.11
normal
rumqttc ^0.12.0
normal
serde ^1.0.144
normal
serde_json ^1.0.85
normal
thiserror ^1.0.32
normal
url ^2.2.2
normal
zeroize ^1.5.7
normal
bee-block ^1.0.0
dev
dotenv ^0.15.0
dev
fern-logger ^0.5.0
dev
tokio ^1.20.1
normal
bee-ternary ^1.0.0-alpha.1
normal
gloo-timers ^0.2.4
normal
instant ^0.1.12
normal
iota-crypto ^0.14.2
normal
Versions
100%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Result
In iota_client::error
?
Type Definition
iota_client
::
error
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Type alias of
Result
in iota-client