sp-allocator 2.0.0-alpha.2

Collection of allocator implementations.
Documentation
[dependencies.derive_more]
optional = true
version = "0.99.2"

[dependencies.log]
optional = true
version = "0.4.8"

[dependencies.sp-core]
default-features = false
version = "2.0.0-alpha.2"

[dependencies.sp-std]
default-features = false
version = "2.0.0-alpha.2"

[dependencies.sp-wasm-interface]
default-features = false
version = "2.0.0-alpha.2"

[features]
default = ["std"]
std = ["sp-std/std", "sp-core/std", "sp-wasm-interface/std", "log", "derive_more"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Collection of allocator implementations."
documentation = "https://docs.rs/sp-allocator"
edition = "2018"
homepage = "https://substrate.dev"
license = "GPL-3.0"
name = "sp-allocator"
repository = "https://github.com/paritytech/substrate/"
version = "2.0.0-alpha.2"