lucab / libsystemd-rs

A pure-Rust client library to work with systemd
https://crates.io/crates/libsystemd
Other
105 stars 19 forks source link

[RFE] Add basic support for tmpfiles.d configuration fragments #101

Open lucab opened 2 years ago

lucab commented 2 years ago

In some consumer I have the need to handle entries in tmpfiles.d format. I'll start adding plain data-structures first, then gradually add formatting and parsing support so that we can complete a full roundtrip.