ipp_encoder 1.0.2

Internet Printing Protocol encoder-decoder
Documentation
1
2
3
4
5
6
7
8
9
//! # ipp_encoder::spec
//!
//! The `spec` module provides mapping to [RFC-8010](https://tools.ietf.org/html/rfc8010) and [RFC-8011](https://tools.ietf.org/html/rfc8011)
//! for keywords, enums, values, and types.

pub mod attribute;
pub mod operation;
pub mod tag;
pub mod value;