Docs.rs
axmac-0.1.1
axmac 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
taennan
Dependencies
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
axmac
0.1.1
All Items
Crate Items
Macros
Crate
axmac
Copy item path
Source
Expand description
Readable indexing macros for 1-4 dimensional data structures
Macros
ยง
ax
Converts an identifier
x
,
y
,
z
or
w
to a
usize
value.
axr
Converts a range of identifiers and/or
usize
expressions to a range of
usize
values
axs
Converts an array of identifiers
x
,
y
,
z
or
w
to an array of
usize
values