Docs.rs
sc-service-0.53.0
sc-service 0.53.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
WITH Classpath-exception-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
async-trait ^0.1.88
normal
parity-scale-codec ^3.7.5
normal
directories ^5.0.1
normal
exit-future ^0.2.0
normal
futures ^0.3.31
normal
futures-timer ^3.0.2
normal
jsonrpsee ^0.24.3
normal
log ^0.4.22
normal
parking_lot ^0.12.1
normal
pin-project ^1.1.3
normal
substrate-prometheus-endpoint ^0.17.4
normal
rand ^0.8.5
normal
sc-chain-spec ^45.0.0
normal
sc-client-api ^41.0.0
normal
sc-client-db ^0.48.0
normal
sc-consensus ^0.51.0
normal
sc-executor ^0.44.0
normal
sc-informant ^0.51.0
normal
sc-keystore ^37.0.0
normal
sc-network ^0.52.0
normal
sc-network-common ^0.50.0
normal
sc-network-light ^0.51.0
normal
sc-network-sync ^0.51.0
normal
sc-network-transactions ^0.51.0
normal
sc-network-types ^0.18.0
normal
sc-rpc ^47.0.0
normal
sc-rpc-server ^24.0.0
normal
sc-rpc-spec-v2 ^0.52.0
normal
sc-sysinfo ^44.0.0
normal
sc-telemetry ^30.0.0
normal
sc-tracing ^41.0.0
normal
sc-transaction-pool ^41.0.0
normal
sc-transaction-pool-api ^41.0.0
normal
sc-utils ^20.0.0
normal
schnellru ^0.2.3
normal
serde ^1.0.214
normal
serde_json ^1.0.132
normal
sp-api ^38.0.0
normal
sp-blockchain ^41.0.0
normal
sp-consensus ^0.44.0
normal
sp-core ^38.0.0
normal
sp-externalities ^0.30.0
normal
sp-keystore ^0.44.0
normal
sp-runtime ^43.0.0
normal
sp-session ^40.0.0
normal
sp-state-machine ^0.47.0
normal
sp-storage ^22.0.0
normal
sp-transaction-pool ^38.0.0
normal
sp-transaction-storage-proof ^38.0.0
normal
sp-trie ^41.0.0
normal
sp-version ^41.0.0
normal
static_init ^1.0.3
normal
tempfile ^3.8.1
normal
thiserror ^1.0.64
normal
tokio ^1.45.0
normal
tracing ^0.1.37
normal
tracing-futures ^0.2.4
normal
Versions
100%
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
sc_
service
0.53.0
Module error
Module Items
Enums
Type Aliases
In crate sc_
service
sc_service
Module
error
Copy item path
Source
Expand description
Errors that can occur during the service operation.
Enums
§
Error
Service errors.
Type Aliases
§
Result
Service Result typedef.