ippper 0.4.0

A library for building simple ipp servers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ippper


[![crates.io](https://img.shields.io/crates/v/ippper.svg)](https://crates.io/crates/ippper)
[![Released API docs](https://docs.rs/ippper/badge.svg)](https://docs.rs/ippper)
[![BSD 3 Clause licensed](https://img.shields.io/badge/license-BSD%203%20Clause-blue)](./LICENSE.md)

A library for building simple ipp servers.  
A **very basic** implementation of ipp is provided as `ippper::service::SimpleIppService`. This is very basic, but enough to fool Android Printer Service & Windows Print Spooler.

- Easy to use
- Asynchronous design

## "Low-level"

ippper is a relatively low-level library.

## License

Licensed under [BSD 3 Clause](./LICENSE.md)