Crates.io | vec_mem_heap |
lib.rs | vec_mem_heap |
version | 0.1.3 |
source | src |
created_at | 2024-11-08 23:18:20.836328 |
updated_at | 2024-11-09 04:31:46.244235 |
description | A probably bad memory allocator wrapped in Rust's Vec<> because I don't know how to handle raw memory yet. |
homepage | |
repository | https://github.com/Karanstr/vec_mem_heap |
max_upload_size | |
id | 1441663 |
size | 18,532 |
An unfinished and probably bad memory allocator and ownership sharer wrapped in Rust's Vec because I don't know how to handle raw memory yet. Documentation was done a bit hastily, expect stuff like use examples to be added as I feel like it.
There should be two major reworks before this project is considered 'complete' (unless I think of more):
These changes could come in any order, at any time, so I wouldn't rely on this unless you're me until it hits version 1.