| Crates.io | ipp_encoder |
| lib.rs | ipp_encoder |
| version | 1.0.2 |
| created_at | 2021-12-21 01:32:42.863668+00 |
| updated_at | 2022-03-04 12:53:07.095781+00 |
| description | Internet Printing Protocol encoder-decoder |
| homepage | |
| repository | https://github.com/vnphanquang/ipp |
| max_upload_size | |
| id | 500948 |
| size | 47,418 |
Internet Printing Protocol (IPP) encoder and decoder implementation in Rust, following RFC 8010 and RFC 8011. Inspired by watson's ipp-encoder implementation in javascript
Note: the ipp-encoder crate only implements a core encoder/decoder. To see example usage, look into printer folder.
[dependencies]
ipp_encoder = { version = "1.0" }
std: implement IppEncode trait for primitivesserde: implement serde traits for serialization & deserialization