//! PTP (Picture Transfer Protocol, PIMA 15740 / ISO 15740) layer.
//!
//! Provides:
//! - Wire codec (little-endian primitives, length-prefixed UTF-16LE strings, arrays)
//! - Container framing (Command / Data / Response)
//! - `PtpSession` driving bulk-in/bulk-out endpoints
//! - `DeviceInfo` parser
pub use DeviceInfo;
pub use ;