lucab / libsystemd-rs

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

id128: add get_boot() and get_boot_app_specific() #113

Closed deastoe closed 2 years ago

deastoe commented 2 years ago

Additionally add an example for the new and existing id128::get_* functions.

lucab commented 2 years ago

@deastoe thanks for the PR! The code looks fine, but I left a note giving some more background about this. Do you intend to consume this API in some of your projects soonish?

deastoe commented 2 years ago

@deastoe thanks for the PR! The code looks fine, but I left a note giving some more background about this. Do you intend to consume this API in some of your projects soonish?

Sorry just catching up here @lucab! Thanks for merging the changes and the additional background. If the API needs to change that's no problem at all. The way my projects manage dependencies also means I can easily patch them anyway - so from my end, there's also no need for a release including this any time soon.