simple_allocator_trait 0.1.0

A Simple placeholder for chunky and compact until they integrate with a stable rust allocator API
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 3.44 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.24 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • aeplay/simple_allocator_trait
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aeplay

This tiny crate defines a simple allocator interface.

It is used by Compact types in the compact crate to allocate space when decompacting from their compact form.