| Crates.io | nyarray |
| lib.rs | nyarray |
| version | 0.3.1 |
| created_at | 2025-12-10 01:43:10.444247+00 |
| updated_at | 2025-12-10 19:18:40.063453+00 |
| description | stack-allocated vector type |
| homepage | |
| repository | https://github.com/wainggan/nyarray.git |
| max_upload_size | |
| id | 1977154 |
| size | 69,576 |
small vector types.
use [crate::array::Array] for a stack-allocated vector, and use [crate::switch::SwitchVec] for a stack-allocated vector that can switch to heap allocation.