xdgkit 3.2.5

A command line kit for XDG specs. As well as a Rust library
Documentation
1
2
3
4
5
6
7
8
pub struct Comment {
    #[serde(rename = "$value")]
    pub text:String,
    pub lang:String,
}
pub struct MimeType {
    pub comment:Vec<Comment>,
}