alloc-no-stdlib 1.2.0

A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory
Documentation
  • Feature flags
  • Feature flags are not available for this release because the build failed before we could retrieve them, or it was built before features were collected by docs.rs.

alloc-no-stdlib

There is currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

Feature flags are not available for this release because it was built before features were collected by docs.rs.