Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
tor-circmgr-0.0.1
tor-circmgr 0.0.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gabi-250
ijackson
nmathewson
dgoulet-tor
Dependencies
async-trait ^0.1.48
normal
bounded-vec-deque ^0.1.1
normal
derive_builder ^0.10.2
normal
futures ^0.3.13
normal
humantime-serde ^1.0.1
normal
itertools ^0.10.1
normal
pin-project ^1.0.5
normal
rand ^0.8.3
normal
retry-error ^0.0.1
normal
serde ^1.0.124
normal
static_assertions ^1.1.0
normal
thiserror ^1.0.24
normal
tor-chanmgr ^0.0.1
normal
tor-guardmgr ^0.0.1
normal
tor-linkspec ^0.0.1
normal
tor-netdir ^0.0.1
normal
tor-netdoc ^0.0.1
normal
tor-persist ^0.0.1
normal
tor-proto ^0.0.1
normal
tor-rtcompat ^0.0.1
normal
tracing ^0.1.26
normal
weak-table ^0.3.0
normal
async_executors ^0.4.2
dev
futures-await-test ^0.3.0
dev
tor-llcrypto ^0.0.1
dev
tor-netdir ^0.0.1
dev
tor-rtcompat ^0.0.1
dev
tor-rtmock ^0.0.1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
☰
Type Definition Result
Other items in
tor_circmgr
?
Type Definition
tor_circmgr
::
Result
[
−
]
[src]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
A Result type as returned from this crate.