coop_heap 0.1.1

Reserved. Heap cooperation for **safe** applications & libraries. See https://github.com/coop-rs/co_heap instead.
Documentation
  • Coverage
  • 33.33%
    7 out of 21 items documented0 out of 0 items with examples
  • Size
  • Source code size: 42.17 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 564.25 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/coop_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).

See https://github.com/coop-rs/co_heap instead.

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.