Crates.io | open-enum-derive |
lib.rs | open-enum-derive |
version | 0.5.2 |
source | src |
created_at | 2022-09-02 21:47:52.480738 |
updated_at | 2024-06-17 16:15:47.260719 |
description | An attribute for generating "open" C-like enums, those that accept any integer value, by using a newtype struct and associated constants |
homepage | |
repository | https://github.com/kupiakos/open-enum/tree/main/derive |
max_upload_size | |
id | 657602 |
size | 36,154 |
open-enum-derive
This is the proc macro implementation crate for open-enum
.
Users should use that instead of this crate directly.