Choose-from
Simple Rust library for enforcing values are chosen from a set of values, using const generics, lifetimes, and more. Please see the docs for more information.
Example usage:
use select_from_fixed;
let choices = ;
let chosen = select_from_fixed.with;
assert_eq!;