Docs.rs
as_tuple-0.1.0
as_tuple 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
Repository
crates.io
Source
Owners
francesca64
Dependencies
as_tuple_derive ^0.1
normal
Versions
85.71%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
as_
tuple
0.1.0
All Items
Crate Items
Traits
Derive Macros
Crate
as_tuple
Copy item path
Source
Expand description
View any struct as a tuple! ✨
See
AsTuple
for usage info.
Traits
§
AsTuple
A trait for viewing a struct as a tuple. You shouldn’t implement this yourself, since the point of this crate is to derive it for you.
Derive Macros
§
AsTuple