https://github.com/rigetti/qcs-api-client-rust
Rust clients for Rigetti APIs
https://github.com/rigetti/qcs-api-client-rust
Last synced: 17 days ago
JSON representation
Rust clients for Rigetti APIs
- Host: GitHub
- URL: https://github.com/rigetti/qcs-api-client-rust
- Owner: rigetti
- License: apache-2.0
- Created: 2022-08-05T21:40:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T22:48:22.000Z (2 months ago)
- Last Synced: 2026-01-14T00:51:00.781Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 2.01 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust clients for Rigetti APIs
This mono-repo contains three Rust crates:
* [`qcs-api-client-common`](./qcs-api-client-common): provides structures
common to the gRPC and OpenAPI clients. In particular, it provides a
`ClientConfiguration` type which is used to configure the clients using
local QCS settings.
* [`qcs-api-client-grpc`](./qcs-api-client-grpc): provides a gRPC client
for communicating with gRPC-based QCS APIs.
* [`qcs-api-client-openapi`](./qcs-api-client-openapi): provides a OpenAPI
client for communicating with OpenAPI-based QCS APIs.
All crates are Apache-2.0.