bitalloc 0.0.1

Allocation managing library based on bitmap. This library does not include bitmap library.
[[bin]]
name = "rust_bitalloc_test"
path = "src/main.rs"

[dependencies]
ilog2 = "*"

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

[package]
authors = ["Keunhong Lee <dlrmsghd@gmail.com>"]
description = """
Allocation managing library based on bitmap.
This library does not include bitmap library.
"""
documentation = "https://github.com/ANLAB-KAIST/rust-bitalloc"
homepage = "https://github.com/ANLAB-KAIST/rust-bitalloc"
keywords = ["bitalloc", "allocator", "bitmap", "alloc", "malloc"]
license = "MIT"
name = "bitalloc"
repository = "https://github.com/ANLAB-KAIST/rust-bitalloc"
version = "0.0.1"