Skip to content

kwohlfahrt/enum-tryfrom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enum TryFrom

Build Status

A crate to derive the TryFrom trait on enums using procedural macros.

Expect frequent breakage for now.

Documentation

Documentation

This adds the ability to #[derive(TryFromPrimitive)], which in combination with one (well zero, but that's not useful) or more #[FromPrimitiveType="type"] attributes lets you automatically derive TryFrom<type> for enum types.

Detailed documentation can be generated with cargo doc.

About

Derive useful impls for C-style enums

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages