Docs.rs
tor-dirclient-0.6.0
tor-dirclient 0.6.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gabi-250
ijackson
nmathewson
dgoulet-tor
Dependencies
async-compression ^0.3.14
normal
base64 ^0.13.0
normal
derive_more ^0.99.3
normal
futures ^0.3.14
normal
hex ^0.4
normal
http ^0.2
normal
httparse ^1.2
normal
httpdate ^1.0
normal
itertools ^0.10.1
normal
memchr ^2
normal
thiserror ^1
normal
tor-circmgr ^0.7.0
normal
tor-error ^0.4.0
normal
tor-linkspec ^0.6.0
normal
tor-llcrypto ^0.4.0
normal
tor-netdoc ^0.6.0
normal
tor-proto ^0.8.0
normal
tor-rtcompat ^0.8.0
normal
tracing ^0.1.18
normal
futures-await-test ^0.3.0
dev
tor-rtcompat ^0.8.0
dev
tor-rtmock ^0.7.0
dev
Versions
100%
of the crate is documented
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 tor_dirclient
?
Type Definition
tor_dirclient
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Type for results returned in this crate.