Registry / utility / arr-macro

arr-macro

JSON →
library0.2.1rscratesunverified

Initialize arrays with ease!

# Cargo.toml [dependencies] arr_macro = "0.2.1"
INSTALL
IMPORT
SIG · ARR-MACRO
A
arr-macro
utilityrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

arr!
use arr_macro::*;

Minimal array initialization.

use arr_macro::*; fn main() { let array: [i32; 5] = arr![0; 5]; println!("{:?}", array); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Amazon
1
Resources
arr-macro — cargo add arr-macro · libregistry