Crates.io | co_heap |
lib.rs | co_heap |
version | 0.1.0 |
source | src |
created_at | 2022-12-10 05:53:10.261177 |
updated_at | 2022-12-10 05:53:10.261177 |
description | Reserved. Heap cooperation for **safe** applications & libraries. |
homepage | https://github.com/coop-rs/co_heap |
repository | https://github.com/coop-rs/co_heap |
max_upload_size | |
id | 733740 |
size | 30,141 |
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.