# oxide-update-engine-display

[](https://crates.io/crates/oxide-update-engine-display)
[](https://docs.rs/oxide-update-engine-display)
[](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field)
Displayers for the update engine.
Currently implemented are:
* [`LineDisplay`](https://docs.rs/oxide-update-engine-display/0.1.0/oxide_update_engine_display/line_display/struct.LineDisplay.html): a line-oriented display suitable for the command
line.
* [`GroupDisplay`](https://docs.rs/oxide-update-engine-display/0.1.0/oxide_update_engine_display/group_display/struct.GroupDisplay.html): manages state and shows the results of several
[`LineDisplay`](https://docs.rs/oxide-update-engine-display/0.1.0/oxide_update_engine_display/line_display/struct.LineDisplay.html)s at once.
* Some utility displayers which can be used to build custom
displayers.
## License
This project is available under the terms of the [Mozilla Public License 2.0](../../LICENSE).