File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33[ ![ crates.io] ( https://img.shields.io/crates/v/rups.svg )] ( https://crates.io/crates/rups )
44[ ![ Documentation] ( https://docs.rs/rups/badge.svg )] ( https://docs.rs/rups )
55[ ![ MIT licensed] ( https://img.shields.io/crates/l/rups.svg )] ( ./LICENSE )
6- [ ![ CI] ( https://github.com/aramperes/nut-client- rs/workflows/CI/badge.svg )] ( https://github.com/aramperes/nut-client -rs/actions?query=workflow%3ACI )
6+ [ ![ CI] ( https://github.com/aramperes/nut-rs/workflows/CI/badge.svg )] ( https://github.com/aramperes/nut-rs/actions?query=workflow%3ACI )
77
88A [ Network UPS Tools] ( https://github.com/networkupstools/nut ) (NUT) client library for Rust.
99
@@ -31,7 +31,7 @@ upsc myupsname@localhost ups.status
3131
3232## Example
3333
34- The [ rupsc] ( https://github.com/aramperes/nut-client- rs/tree/master/rupsc )
34+ The [ rupsc] ( https://github.com/aramperes/nut-rs/tree/master/rupsc )
3535CLI is written using this library, and is a clone of NUT's
3636built-in [ upsc] ( https://networkupstools.org/docs/man/upsc.html ) tool.
3737
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2018"
66description = " Network UPS Tools (NUT) client library"
77categories = [" network-programming" ]
88keywords = [" ups" , " nut" , " tokio" , " async" ]
9- repository = " https://github.com/aramperes/nut-client- rs"
9+ repository = " https://github.com/aramperes/nut-rs"
1010documentation = " https://docs.rs/rups"
1111readme = " ../README.md"
1212license = " MIT"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2018"
66description = " A demo program to display UPS variables"
77categories = [" network-programming" ]
88keywords = [" ups" , " nut" ]
9- repository = " https://github.com/aramperes/nut-client- rs"
9+ repository = " https://github.com/aramperes/nut-rs"
1010readme = " README.md"
1111license = " GPL-3.0-or-later"
1212
Original file line number Diff line number Diff line change 33[ ![ crates.io] ( https://img.shields.io/crates/v/rupsc.svg )] ( https://crates.io/crates/rupsc )
44[ ![ Documentation] ( https://docs.rs/rups/badge.svg )] ( https://docs.rs/rups )
55[ ![ GPL-3.0 or later] ( https://img.shields.io/crates/l/rupsc.svg )] ( ./LICENSE )
6- [ ![ CI] ( https://github.com/aramperes/nut-client- rs/workflows/CI/badge.svg )] ( https://github.com/aramperes/nut-client -rs/actions?query=workflow%3ACI )
6+ [ ![ CI] ( https://github.com/aramperes/nut-rs/workflows/CI/badge.svg )] ( https://github.com/aramperes/nut-rs/actions?query=workflow%3ACI )
77
88A Rust clone of [ upsc] ( https://networkupstools.org/docs/man/upsc.html ) ,
99the [ Network UPS Tools] ( https://github.com/networkupstools/nut ) (NUT) demo program to display UPS variables.
1010
11- Written using the [ rups] ( https://github.com/aramperes/nut-client- rs ) crate.
11+ Written using the [ rups] ( https://github.com/aramperes/nut-rs ) crate.
1212
1313- Connect to ` upsd ` /` nut-server ` using TCP
1414- List UPS devices
You can’t perform that action at this time.
0 commit comments