Crates.io | rand_enum |
lib.rs | rand_enum |
version | 0.1.0 |
source | src |
created_at | 2023-04-05 11:48:49.130383 |
updated_at | 2023-04-05 11:48:49.130383 |
description | Implement rand Distribution for an enum |
homepage | |
repository | https://github.com/jewlexx/rand_enum/ |
max_upload_size | |
id | 830982 |
size | 7,433 |
Supplies a derive macro that implements the rand standard distribution for an enum, with optional weighting.
NOTE: This currently requires the default features of the rand crate and thus is not #![no_std]
compatible
Made with 💗 by Juliette Cordor