//! Library for handling Pelco D, a protocol used for PTZ camera control.
//!
//! * [Message](struct.Message.html) is the type defining a control message.
//!
//! * [PelcoDPort](struct.PelcoDPort.html) can be used for sending the messages
//! to the device.
//!
extern crate bitflags;
pub use *;
pub use *;
pub use *;