dvrip-rs 0.1.0

A Rust library for interacting with DVR-IP devices ported from python-dvr.
Documentation
1
2
3
4
5
6
7
8
9
pub mod commands;
pub mod constants;
pub mod dvrip;
pub mod error;
pub mod protocol;

pub use commands::*;
pub use dvrip::DVRIPCam;
pub use error::{DVRIPError, Result};