Docs.rs
hax-adt-into-0.1.0-alpha.1
hax-adt-into 0.1.0-alpha.1
Permalink
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
Go to latest stable release
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-alpha.1
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.