Skip to content

Fabian-Gruenbichler/parsec-interface-rs

This branch is 1 commit ahead of parallaxsecond/parsec-interface-rs:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ddced4 · Jul 11, 2024
Oct 5, 2023
Nov 21, 2023
Nov 8, 2021
Jul 11, 2024
Mar 13, 2023
Oct 5, 2023
Feb 5, 2020
Jan 6, 2021
Oct 17, 2023
Oct 17, 2023
Jul 11, 2024
Oct 2, 2019
Oct 2, 2019
Jul 23, 2021
Jul 23, 2021
Oct 2, 2019

Repository files navigation

Parsec Rust Interface

Crates.io Code documentation

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

By default, the crate will use the pre-generated Rust Protobuf files in src/operations_protobuf/generated_ops. To re-generate them from the parsec-operations submodule, compile this crate with the feature regenerate-protobuf.

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.

Copyright 2021 Contributors to the Parsec project.

About

Parsec Rust libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.8%
  • Shell 0.2%