# proget-rs
This is a client for the [ProGet](https://inedo.com/proget) APIs. It provides a Rusty interface to interact with ProGet instances, and strives to make interacting with them as seamless as possible.
[](https://crates.io/crates/proget)
[](https://docs.rs/proget)
## Usage
Please see the docs on [docs.rs](https://docs.rs/proget) for usage instructions.
## Demo
A CLI client utilizing this library is available at https://github.com/hwittenborn/proget-cli.