nyarray

Crates.ionyarray
lib.rsnyarray
version0.3.1
created_at2025-12-10 01:43:10.444247+00
updated_at2025-12-10 19:18:40.063453+00
descriptionstack-allocated vector type
homepage
repositoryhttps://github.com/wainggan/nyarray.git
max_upload_size
id1977154
size69,576
parchii (wainggan)

documentation

README

nyarray

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.

Commit count: 0

cargo fmt