mini-alloc 0.9.1

Very simple global allocator
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.0"

[lib]
name = "mini_alloc"
path = "src/lib.rs"

[package]
authors = ["Offchain Labs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Very simple global allocator"
edition = "2021"
keywords = ["wasm", "stylus", "allocator"]
license = "MIT OR Apache-2.0"
name = "mini-alloc"
readme = "README.md"
repository = "https://github.com/OffchainLabs/stylus-sdk-rs"
version = "0.9.1"

[[test]]
name = "misc"
path = "tests/misc.rs"