| 5 | #[derive(Debug, EnumString, EnumVariantNames)] |
| 6 | #[strum(serialize_all = "kebab_case")] |
| 7 | enum Categories { |
| 8 | Science = 28, |
| 9 | People = 22, |
| 10 | Comedy = 23, |
| 11 | } |
| 12 | |
| 13 | #[derive(Debug, StructOpt)] |
| 14 | #[structopt(name = "argparse example", about = "usage example")] |
nothing calls this directly
no outgoing calls
no test coverage detected