# uhppote-rs
uhppote-rs is a safe Rust library for access control systems based on the UHPPOTE UT0311-L0x TCP/IP Wiegand access control boards. This library is based on [uhppoted-dll](https://github.com/uhppoted/uhppoted-dll) that's part of the [uhppoted](https://github.com/uhppoted/uhppoted) project.
This library depends on the [uhppote-sys](https://docs.rs/uhppote-sys/1/) crate, which provides FFI bindings to the `uhppoted-dll` library.
## Usage
For more info about how to use this library, see the [uhppote-rs](https://docs.rs/uhppote-rs/1/) crate on crate.io.