Docs.rs
sc-chain-spec-45.0.0
sc-chain-spec 45.0.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
array-bytes ^6.2.2
normal
clap ^4.5.13
normal
optional
parity-scale-codec ^3.7.5
normal
docify ^0.2.9
normal
memmap2 ^0.9.3
normal
sc-chain-spec-derive ^12.0.0
normal
sc-client-api ^41.0.0
normal
sc-executor ^0.44.0
normal
sc-network ^0.52.0
normal
sc-telemetry ^30.0.0
normal
serde ^1.0.214
normal
serde_json ^1.0.132
normal
sp-blockchain ^41.0.0
normal
sp-core ^38.0.0
normal
sp-crypto-hashing ^0.1.0
normal
sp-genesis-builder ^0.19.0
normal
sp-io ^42.0.0
normal
sp-runtime ^43.0.0
normal
sp-state-machine ^0.47.0
normal
sp-tracing ^18.0.0
normal
pretty_assertions ^1.3.0
dev
regex ^1.10.2
dev
Versions
96.49%
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_
chain_
spec
45.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.