Docs.rs
tc-service-0.8.0
tc-service 0.8.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
WITH Classpath-exception-2.0
Links
Homepage
Repository
crates.io
Source
Owners
marlonhanks
Dependencies
tetsy-scale-codec ^2.0.1
normal
externalities ^0.8.2
normal
futures ^0.3.4
normal
futures-timer ^3.0.1
normal
futures ^0.1.29
normal
lazy_static ^1.4.0
normal
log ^0.4.11
normal
parking_lot ^0.11.1
normal
pin-project ^0.4.8
normal
prometheus-endpoint ^0.8.1
normal
rand ^0.7.3
normal
serde ^1.0.101
normal
serde_json ^1.0.41
normal
tc-block-builder ^0.8.0
normal
tc-chain-spec ^2.0.0
normal
tc-client-api ^2.0.0
normal
tc-client-db ^0.8.0
normal
tc-executor ^0.8.0
normal
tc-informant ^0.8.0
normal
tc-keystore ^2.0.0
normal
tc-light ^2.0.0
normal
tc-network ^0.8.0
normal
tc-offchain ^2.0.0
normal
tc-rpc ^2.0.0
normal
tc-rpc-server ^2.0.0
normal
tc-telemetry ^2.0.0
normal
tc-tracing ^2.0.0
normal
tc-transaction-pool ^2.0.0
normal
tet-application-crypto ^2.0.2
normal
tet-core ^2.0.2
normal
tet-io ^2.0.2
normal
tetcore-tracing ^2.0.2
normal
tetcore-utils ^2.0.2
normal
tetsy-exit-future ^0.2.0
normal
tetsy-hash-db ^0.15.2
normal
tetsy-jsonrpc-core ^15.1
normal
tetsy-jsonrpc-pubsub ^15.1
normal
tetsy-util-mem ^0.9.0
normal
thiserror ^1.0.21
normal
tp-api ^2.0.2
normal
tp-block-builder ^2.0.2
normal
tp-blockchain ^2.0.2
normal
tp-consensus ^0.8.2
normal
tp-inherents ^2.0.2
normal
tp-keystore ^0.8.1
normal
tp-runtime ^2.0.2
normal
tp-session ^2.0.2
normal
tp-state-machine ^0.8.2
normal
tp-transaction-pool ^2.0.2
normal
tp-trie ^2.0.2
normal
tp-version ^2.0.2
normal
tracing ^0.1.22
normal
tracing-futures ^0.2.4
normal
wasm-timer ^0.2
normal
async-std ^1.6.5
dev
tc-finality-grandpa ^0.8.0
dev
tp-finality-grandpa ^2.0.0
dev
tokio ^0.2
dev
tp-consensus-babe ^0.8.2
dev
directories ^3.0.1
normal
tempfile ^3.1.0
normal
Versions
99.36%
of the crate is documented
Platform
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
tc_service
::
error
?
Type Definition
tc_service
::
error
::
Result
[
−
]
[src]
type Result<T> =
Result
<T,
Error
>;
Service Result typedef.