good_memory_allocator 0.1.7

A blazingly fast and memory efficient memory allocator to be used in `no_std` environments.
Documentation
[dependencies.either]
default-features = false
version = "1.8.0"

[dependencies.spin]
optional = true
version = "0.9.4"
[dev-dependencies.average]
version = "0.13.1"

[dev-dependencies.linked_list_allocator]
features = ["use_spin_nightly", "const_mut_refs", "alloc_ref"]
version = "0.10.3"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.simple-chunk-allocator]
version = "0.1.5"

[dev-dependencies.x86]
version = "0.51.0"

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

[package]
authors = ["Roee Shoshani", "Guy Nir"]
categories = ["memory-management", "no-std", "algorithms", "data-structures", "embedded"]
description = "A blazingly fast and memory efficient memory allocator to be used in `no_std` environments."
edition = "2021"
keywords = ["allocator", "no_std", "malloc", "heap", "kernel"]
license = "MIT"
name = "good_memory_allocator"
readme = "README.md"
repository = "https://github.com/MaderNoob/galloc"
version = "0.1.7"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"