linked_list_allocator 0.4.1

Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "linked_list_allocator"
version = "0.4.1"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
description = "Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures."
homepage = "http://os.phil-opp.com/kernel-heap.html#a-better-allocator"
documentation = "https://docs.rs/spin"
keywords = ["allocator", "no_std", "malloc", "heap", "kernel"]
license = "Apache-2.0/MIT"
repository = "https://github.com/phil-opp/linked-list-allocator"
[dependencies.spin]
version = "0.4.5"