Docs.rs
ttrpc-0.4.4
ttrpc 0.4.4
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
teawater
Tim-Zhang
lifupan
mxpv
Dependencies
async-trait ^0.1.31
normal
byteorder ^1.3.2
normal
bytes ^0.4.11
normal
futures ^0.3
normal
libc ^0.2.59
normal
log ^0.4
normal
nix ^0.16.1
normal
protobuf ^2.0
normal
thiserror ^1.0
normal
tokio ^0.2
normal
tokio-vsock ^0.2.1
normal
protobuf-codegen-pure ^2.14.0
build
Versions
23.5%
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
☰
Type Definition Result
ttrpc
All crates
?
[
−
]
[src]
Type Definition
ttrpc
::
Result
type Result<T> =
Result
<T,
Error
>;
A specialized Result type for ttrpc.