aramperes / nut-rs

rups: A Network UPS Tools (NUT) implementation in Rust.
https://crates.io/crates/rups
MIT License
24 stars 3 forks source link

Add support for running commands #33

Closed avranju closed 2 years ago

avranju commented 2 years ago

Partially addresses #3. Adds the ability to run commands under feature write. Fixes some minor clippy warnings and doctest errors.

aramperes commented 2 years ago

Thanks again! I'm going to give this library a bit more love and try to cut a release soon.

avranju commented 2 years ago

Thanks for this library by the way. I was just about to roll one of my own when I came across yours and found it to be high quality. So decided to contribute to it instead. Thanks again!