Docs.rs
int-enum-0.5.0
int-enum 0.5.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
Crates.io
Source
Owners
Juici
Dependencies
int-enum-impl ^0.5
normal
serde ^1
normal
rustversion ^1.0
dev
serde_json ^1
dev
trybuild ^1.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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 int_enum
Version 0.5.0
All Items
Structs
Traits
?
Crate
int_enum
source
·
[
−
]
Expand description
A procedural macro for conversion between integer and enum types.
Structs
IntEnumError
Error when attempting to convert an integer into an enum.
Traits
IntEnum
Trait used for implementations of integer and enum conversions.