sp-std 2.0.0-alpha.6

Lowest-abstraction level for the Substrate runtime: just exports useful primitives from std or client/alloc to be used with any code that depends on the runtime.
Documentation
[features]
default = ["std"]
std = []

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Lowest-abstraction level for the Substrate runtime: just exports useful primitives from std or client/alloc to be used with any code that depends on the runtime."
documentation = "https://docs.rs/sp-std"
edition = "2018"
homepage = "https://substrate.dev"
license = "GPL-3.0"
name = "sp-std"
repository = "https://github.com/paritytech/substrate/"
version = "2.0.0-alpha.6"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]