Rename repository to nut-rs

This commit is contained in:
Aram 🍐 2021-08-01 17:26:25 -04:00
parent 7336676914
commit 6b839dc631
4 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
[![crates.io](https://img.shields.io/crates/v/rups.svg)](https://crates.io/crates/rups)
[![Documentation](https://docs.rs/rups/badge.svg)](https://docs.rs/rups)
[![MIT licensed](https://img.shields.io/crates/l/rups.svg)](./LICENSE)
[![CI](https://github.com/aramperes/nut-client-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-client-rs/actions?query=workflow%3ACI)
[![CI](https://github.com/aramperes/nut-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-rs/actions?query=workflow%3ACI)
A [Network UPS Tools](https://github.com/networkupstools/nut) (NUT) client library for Rust.
@ -31,7 +31,7 @@ upsc myupsname@localhost ups.status
## Example
The [rupsc](https://github.com/aramperes/nut-client-rs/tree/master/rupsc)
The [rupsc](https://github.com/aramperes/nut-rs/tree/master/rupsc)
CLI is written using this library, and is a clone of NUT's
built-in [upsc](https://networkupstools.org/docs/man/upsc.html) tool.

View file

@ -6,7 +6,7 @@ edition = "2018"
description = "Network UPS Tools (NUT) client library"
categories = ["network-programming"]
keywords = ["ups", "nut", "tokio", "async"]
repository = "https://github.com/aramperes/nut-client-rs"
repository = "https://github.com/aramperes/nut-rs"
documentation = "https://docs.rs/rups"
readme = "../README.md"
license = "MIT"

View file

@ -6,7 +6,7 @@ edition = "2018"
description = "A demo program to display UPS variables"
categories = ["network-programming"]
keywords = ["ups", "nut"]
repository = "https://github.com/aramperes/nut-client-rs"
repository = "https://github.com/aramperes/nut-rs"
readme = "README.md"
license = "GPL-3.0-or-later"

View file

@ -3,12 +3,12 @@
[![crates.io](https://img.shields.io/crates/v/rupsc.svg)](https://crates.io/crates/rupsc)
[![Documentation](https://docs.rs/rups/badge.svg)](https://docs.rs/rups)
[![GPL-3.0 or later](https://img.shields.io/crates/l/rupsc.svg)](./LICENSE)
[![CI](https://github.com/aramperes/nut-client-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-client-rs/actions?query=workflow%3ACI)
[![CI](https://github.com/aramperes/nut-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-rs/actions?query=workflow%3ACI)
A Rust clone of [upsc](https://networkupstools.org/docs/man/upsc.html),
the [Network UPS Tools](https://github.com/networkupstools/nut) (NUT) demo program to display UPS variables.
Written using the [rups](https://github.com/aramperes/nut-client-rs) crate.
Written using the [rups](https://github.com/aramperes/nut-rs) crate.
- Connect to `upsd`/`nut-server` using TCP
- List UPS devices