mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
Release 0.6.0; edition 2021
This commit is contained in:
parent
0b69b3fc47
commit
8ef85f3b28
5 changed files with 239 additions and 118 deletions
|
@ -1,8 +1,8 @@
|
|||
///! # rupsc
|
||||
///! A demo program to display UPS variables.
|
||||
///! This a Rust clone of [upsc](https://github.com/networkupstools/nut/blob/master/clients/upsc.c).
|
||||
///!
|
||||
///! P.S.: pronounced "r-oopsie".
|
||||
//! # rupsc
|
||||
//! A demo program to display UPS variables.
|
||||
//! This a Rust clone of [upsc](https://github.com/networkupstools/nut/blob/master/clients/upsc.c).
|
||||
//!
|
||||
//! P.S.: pronounced "r-oopsie".
|
||||
use core::convert::TryInto;
|
||||
|
||||
use anyhow::Context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue