co_heap 0.1.0

Reserved. Heap cooperation for **safe** applications & libraries.
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 30.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 233.2 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • coop-rs/co_heap
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • peter-lyons-kehl

Reserved crate name. Heap cooperation for safe applications & libraries in Rust (initially optimized only on Linux, but available for any target).

coop_heap may become a set of (std/no_std) targets that make heap types co-operate with the allocator.

That goes against existing Rust documentation. (For example, that Vec is and always will be a (pointer, capacity, length) triplet .)

Of course, these custom targets and std library will NOT work with some unsafe crates - but only if those crates make extra & unnecessary assumptions.