lucab / libsystemd-rs

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

sysusers: add serialization support #93

Closed lucab closed 2 years ago

lucab commented 2 years ago

This adds support for serializing and deserializing sysusers entries, preserving the content of each field separately.

lucab commented 2 years ago

Self-merging in order to unblock further sysusers work (up next: config parser).