aopt-core 1.0.3

A flexible and typed getopt tools
Documentation
1
2
3
4
5
6
7
8
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[derive(Debug, Clone, Default, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub enum Action {
    Stop,
    Quit,
    #[default]
    Null,
}