lucab / libsystemd-rs

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

activation: polish code and misc fixes #31

Closed lucab closed 4 years ago

lucab commented 4 years ago

This fixes a few typos and minor things, plus it polishes the public API.

lucab commented 4 years ago

@jabedude I did a few minor fixes and enhancements, and moved the enum behind an opaque type. It is now possible to extract the RawFd via a trait, though. Does this still work for your intended usage?

jabedude commented 4 years ago

I think this looks great, thanks for making these fixes