fill-array 0.2.1

A rust macro allowing to fill arrays with an expression
Documentation
1
2
3
4
#[test]
pub fn pass() {
    macrotest::expand("tests/expand/*.rs");
}