Not yet, but we have a few things.
Toolkits & Frameworks
qoqo qoqo is a toolkit to represent quantum circuits by HQS Quantum Simulations. The qoqo toolkit contains a pure rust library (roqoqo) and a python wrapper around this library (qoqo). qoqo provides a thin runtime to run quantum measurements, a way to serialize quantum circuits and measurement information, and a collection of optional backends (e.g. qoqo-quest for simulations with the C QuEST library, qoqo_qasm for qasm export and qoqo_aqt for interfacing AQT devices).
Quantum Computer Cloud Service Bindings
q1tsim A gate-type simulator crate, that not just simulates, but exports your circuits to Open QASM and C-Qasm, the former being understood by IBM’s Q Experience.
Simulation & Circuit Design
quantum A 5-qubit gate-type quantum computing simulator crate built for education. It introduces you to the world of quantum simulator building by both code and documentation.
rusq A gate-type quantum computing simulator inspired by Microsoft’s Q#.
rust-libquantum The Rust binding to libquantum, a quantum simulator written in C.
RustQIP A gate-type simulation framework designed with graph building in mind.
qasmsim A QASM interpreter and quantum simulator in Rust. Written by Salvador de la Puente, member of IBM Research Quantum team.
DQCsim The Delft Quantum & Classical simulator is a framework that can be used to tie components of quantum computer simulators together in a standardized yet flexible, developer-friendly, and reproducible way.
Post-Quantum Cryptography
liboqs-rust Rust bindings to liboqs, a C package for quantum-safe KEM and digital signature alorithms.
pqcrypto The Rust bindings to the C-implementations of quantum-safe encryption algorithms proposed to the NIST during this competition.
Compiled with love by florianreinhard. Did I miss something? Feel free to drop me a line or create a pull request.