| Crates.io | heap_matrix |
| lib.rs | heap_matrix |
| version | 0.1.0 |
| created_at | 2025-11-17 12:05:27.402399+00 |
| updated_at | 2025-11-17 12:05:27.402399+00 |
| description | A dynamically sized multidimensional array implementation that avoids memory fragmentation and redundancy |
| homepage | |
| repository | https://github.com/rubcc95/heap_matrix |
| max_upload_size | |
| id | 1936701 |
| size | 9,741 |
A dynamically sized, contiguous, n‑dimensional array for the heap that aims to avoid memory fragmentation and redundant allocations. This crate lets you build arrays of arbitrary dimensionality and operate on their subviews naturally.
Dimension and CompositeDimension traitsget/get_mut without extra allocation[T] for 1‑D matrices and to T for scalar ()