enum_unit_core/
lib.rs

1// make this publicly accessible???
2pub const fn prefix() -> &'static str {
3    "F"
4}