15 breaking releases

0.16.0 Oct 6, 2023
0.15.0 Mar 15, 2023
0.14.1 Sep 12, 2022
0.14.0 Feb 15, 2022
0.7.1 Jul 22, 2020

#235 in Development tools

Download history 151/week @ 2023-12-23 192/week @ 2023-12-30 256/week @ 2024-01-06 351/week @ 2024-01-13 362/week @ 2024-01-20 245/week @ 2024-01-27 242/week @ 2024-02-03 211/week @ 2024-02-10 281/week @ 2024-02-17 232/week @ 2024-02-24 149/week @ 2024-03-02 373/week @ 2024-03-09 322/week @ 2024-03-16 221/week @ 2024-03-23 256/week @ 2024-03-30 175/week @ 2024-04-06

1,032 downloads per month
Used in parsec-tool

Apache-2.0

120KB
2K SLoC

Parsec Rust Client

Crates.io Code documentation

This repository contains a Rust client for consuming the API provided by the Parsec service. The low-level functionality that this library uses for IPC is implemented in the interface crate.

When using the JWT-SVID authentication method, the client will expect the SPIFFE_ENDPOINT_SOCKET environment variable to contain the path of the Workload API endpoint. You will need to compile the crate with the spiffe-auth feature activated. See the SPIFFE Workload Endpoint for more information.

Locating the Parsec endpoint

The Rust client follows the service discovery policy to find the Parsec endpoint. For example if the socket is at /tmp/parsec.sock:

export PARSEC_SERVICE_ENDPOINT="unix:/tmp/parsec.sock"

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 2020 Contributors to the Parsec project.

Dependencies

~11–27MB
~453K SLoC