enum-repr-derive

Crates.ioenum-repr-derive
lib.rsenum-repr-derive
version0.2.0
sourcesrc
created_at2020-01-25 09:26:47.534513
updated_at2021-07-28 06:36:19.795151
descriptionSimple trait for converting enum to and from its primitive repr type
homepagehttps://github.com/ssalonen/enum-repr-derive
repositoryhttps://github.com/ssalonen/enum-repr-derive
max_upload_size
id201837
size11,062
Sami Salonen (ssalonen)

documentation

https://docs.rs/enum-repr-derive

README

enum-repr-derive

Crates.io Docs.rs CI Coverage Status

Installation

Cargo

  • Install the rust toolchain in order to have cargo installed by following this guide.
  • run cargo install enum-repr-derive

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING.md.

Releasing

cargo release --skip-publish and let the github CD pipeline do the rest.

Commit count: 28

cargo fmt