userspace_build 0.1.123

Standard library for userspace applications
Documentation
1
2
3
4
pub trait Labeled<Origin> {
    fn description(&self) -> &str;
    fn acronym(&self) -> &str;
}