# Parsec Rust Client
This repository contains a Rust client for consuming the API provided by the [Parsec service](https://github.com/parallaxsecond/parsec).
The low-level functionality that this library uses for IPC is implemented in the [interface crate](https://github.com/parallaxsecond/parsec-interface-rs).
## License
The software is provided under Apache-2.0. Contributions to this project are accepted under the same license.
This project uses the following third party crates:
* num (MIT and Apache-2.0)
* rand (Apache-2.0)
* log (Apache-2.0)
* derivative (MIT and Apache-2.0)
* mockstream (MIT)
* uuid (MIT and Apache-2.0)
## Contributing
Please check the [**Contribution Guidelines**](https://parallaxsecond.github.io/parsec-book/contributing.html)
to know more about the contribution process.