mmalloc 0.1.0

A simple mmap-based allocator
[dependencies]
sc = "0.1"

[features]
allocator = []
default = ["allocator"]

[lib]
crate-type = ["rlib"]

[package]
authors = ["Jan Bujak <j@exia.io>"]
description = "A simple mmap-based allocator"
documentation = "https://docs.rs/mmalloc/*/mmalloc/"
homepage = "https://github.com/koute/mmalloc"
keywords = ["mmap", "allocator"]
license = "MIT/Apache-2.0"
name = "mmalloc"
readme = "README.md"
repository = "https://github.com/koute/mmalloc"
version = "0.1.0"