Rust
Note
The Rust project is currently in progress. There is not a working toolchain or compiler available.
To get started on contributing to the H-hat's project in Rust:
- Clone the repository:
1git clone https://github.com/hhat-lang/hhat_lang.git - Set a Python environment. Check Python guide. This is necessary for documentation purposes and some other FFI needs (when handling external quantum libraries in Python).
- Please use
cargo checkandcargo auditwhen working on Rust.