galloc 2.0.0-pre.1

Gear Wasm allocator
Documentation
[package]
name = "galloc"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Gear Wasm allocator"
documentation = "https://docs.rs/galloc"
readme = "README.md"
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords = ["gear", "allocator", "wasm", "dlmalloc", "no-std"]
categories = ["memory-management", "wasm", "no-std"]

[dependencies]
# add "checks" feature to enable hard checks in allocator
dlmalloc.workspace = true
gear-workspace-hack.workspace = true

[features]
debug = ["dlmalloc/debug"]