Docs.rs
hax-adt-into-0.1.0
hax-adt-into 0.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
franziskuskiefer
github:hacspec:crates
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hax_
adt_
into
0.1.0
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.