Docs.rs
sc-chain-spec-38.0.0
sc-chain-spec 38.0.0
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
array-bytes ^6.2.2
normal
clap ^4.5.10
normal
optional
parity-scale-codec ^3.6.12
normal
docify ^0.2.8
normal
log ^0.4.22
normal
memmap2 ^0.9.3
normal
sc-chain-spec-derive ^12.0.0
normal
sc-client-api ^37.0.0
normal
sc-executor ^0.40.1
normal
sc-network ^0.45.0
normal
sc-telemetry ^25.0.0
normal
serde ^1.0.209
normal
serde_json ^1.0.127
normal
sp-blockchain ^37.0.1
normal
sp-core ^34.0.0
normal
sp-crypto-hashing ^0.1.0
normal
sp-genesis-builder ^0.15.1
normal
sp-io ^38.0.0
normal
sp-runtime ^39.0.1
normal
sp-state-machine ^0.43.0
normal
sp-tracing ^17.0.1
normal
regex ^1.10.2
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sc_
chain_
spec
38.0.0
Module json_
patch
Module Items
Functions
In crate sc_
chain_
spec
sc_chain_spec
Module
json_patch
Copy item path
source
Expand description
A helper module providing json patching functions.
Functions
ยง
merge
Recursively merges two JSON objects,
a
and
b
, into a single object.