Docs.rs
giftwrap-0.5.0
giftwrap 0.5.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
Strosel
Dependencies
harled ^0.4
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
serde ^1.0
normal
syn ^1.0
normal
toml ^0.5
normal
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
☰
Crate giftwrap
Version 0.5.0
All Items
Derive Macros
?
Crate
giftwrap
source
·
[
−
]
Derive Macros
Unwrap
Derve macro for
impl From<S> for T
and
impl TryFrom<E> for T
for structs (
S
) and enums (
E
) where
T
is the inner type(s).
Wrap
Derve macro for
From<T>
where
T
is the inner type(s) of your struct or enum.