array-init
array-init copied to clipboard
Extend with functions to const initialize arrays
This crate could add one or more functions which enable the initializing of arrays with const is possible. This means const init functions so that the arrays are initialized during compile time.
Similar to what array-const-fn-init. Although this crate does already exist. array-init is more downloaded and adding this functionality could reach more people.