lucab / libsystemd-rs

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

id128: use internal Context helper to simplify error handling #135

Closed dfreese closed 1 year ago

dfreese commented 1 year ago

This builds off of the Context trait introduced in #128, and implements it for the id128 module. Everything is a direct translation of the existing error message.