sp-maybe-compressed-blob 9.0.0

Handling of blobs, usually Wasm code, which may be compresed
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.thiserror]
version = "1.0"

[dependencies.zstd]
default-features = false
version = "0.12.4"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Handling of blobs, usually Wasm code, which may be compresed"
documentation = "https://docs.rs/sp-maybe-compressed-blob"
edition = "2021"
homepage = "https://substrate.io"
license = "Apache-2.0"
name = "sp-maybe-compressed-blob"
readme = "README.md"
repository = "https://github.com/paritytech/polkadot-sdk.git"
version = "9.0.0"