Docs.rs
hax-adt-into-0.3.4
hax-adt-into 0.3.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
franziskuskiefer
github:cryspen:tools
Dependencies
itertools ^0.11.0
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^1.0.107
normal
tracing ^0.1
dev
Versions
66.67%
of the crate is documented
Platform
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
Crate hax_adt_into
hax_
adt_
into
0.3.4
All Items
Crate Items
Attribute Macros
Derive Macros
Crate
hax_
adt_
into
Copy item path
Source
Attribute Macros
§
derive_
group
A proc macro unrelated to
adt-into
: it is useful in hax and we don’t want a whole crate only for that helper.
Derive Macros
§
AdtInto
AdtInto
derives a
SInto
instance. This helps at transporting a algebraic data type
A
to another ADT
B
when
A
and
B
shares a lot of structure.