Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.61 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.61 KB

Parsec Rust Interface

Crates.io Code documentation CI tests Travis CI tests

This repository contains an interface library to be used both by the Parsec service and a Rust Client library. The library contains methods to communicate using the wire protocol.

Build

The Parsec operations repository is included as a submodule. Make sure to update it first before trying to compile otherwise it will not work ("No such file or directory").

$ git submodule update --init

License

The software is provided under Apache-2.0. Contributions to this project are accepted under the same license.

Contributing

Please check the Contribution Guidelines to know more about the contribution process.