arr_macro 0.2.1

Initialize arrays with ease!
Documentation
1
2
3
4
5
6
#![no_std]

use proc_macro_hack::proc_macro_hack;

#[proc_macro_hack(support_nested)]
pub use arr_macro_impl::arr;