Docs.rs
array-as-struct-derive-0.1.0
array-as-struct-derive 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Daniel-Aaron-Bloom
Dependencies
itertools ^0.12
normal
proc-macro-crate ^3
normal
proc-macro-error ^1
normal
proc-macro2 ^1
normal
quote ^1
normal
syn ^2
normal
Versions
50%
of the crate is documented
Platform
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
array_
as_
struct_
derive
0.1.0
All Items
Crate Items
Attribute Macros
Crate
array_as_struct_derive
Copy item path
Source
Attribute Macros
ยง
array_
as_
struct
A derive-like macro which replaces a field-struct declaration with a tuple-struct declaration containing a single array. All fields in the original declaration must share the same type.