linked_list_allocator 0.1.2

Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.
Documentation
language: rust
rust:
  - nightly

after_success: cargo doc && sh scripts/travis-doc-upload.sh