lib.rs
371,808 downloads per month Used in 644 crates (105 directly). MIT/Apache. 22KB 250 lines. array-init. The array-init crate allows you to initialize arrays with an initializer closure that will be called once for each element until the array is filled.. This way you do not need to default-fill an array before running initializers. Rust currently only lets you either specify all initializers at ...