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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
giftwrap
0.5.0
All Items
Crate Items
Derive Macros
Crate
giftwrap
Copy item path
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.