#variables #hello-world #vla

yanked vla

Rust VLA implementation

3 unstable releases

0.1.1 Jul 26, 2023
0.1.0 Jul 26, 2023
0.0.0 Jul 26, 2023

#85 in #hello-world

22 downloads per month

MIT license

4KB
57 lines

Rust VLA implementation

Basic usage

use vla::Vla;

let vla = Vla::new(10);
vla[0] = 0;
assert_eq!(vla[0], vla[1]);

Dependencies

~42KB