parsec-interface 0.7.0

Parsec interface library to communicate using the wire protocol
docs.rs failed to build parsec-interface-0.7.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: parsec-interface-0.29.1

Parsec Rust Interface

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.

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:

  • serde (Apache-2.0)
  • bincode (MIT)
  • num-traits (MIT and Apache-2.0)
  • num-derive (MIT and Apache-2.0)
  • prost-build (Apache-2.0)
  • prost (Apache-2.0)
  • bytes (MIT)
  • num (MIT and Apache-2.0)
  • uuid (Apache-2.0)
  • log (MIT and Apache-2.0)
  • arbitrary (MIT and Apache-2.0)
  • curl (MIT)
  • flate2 (MIT and Apache-2.0)
  • tar (MIT and Apache-2.0)

Contributing

Please check the Contributing to know more about the contribution process.