# Holochain Client - Rust
[](http://holochain.org/)
[](https://discord.gg/k55DS5dmPH)
[](https://github.com/holochain/cryptographic-autonomy-license)
[](https://twitter.com/holochain)

Types and bindings to connect easily to a running Holochain conductor from Rust.
## Compatibility
**Rust client v0.7.x** is compatible with **Holochain v0.5.x**.
**Rust client v0.6.x** is compatible with **Holochain v0.4.x**.
**Rust client v0.5.x** is compatible with **Holochain v0.3.x**.
## Running the tests
``` bash
./build-fixture.sh
cargo test --release
```
## Contribute
Holochain is an open source project. We welcome all sorts of participation and are actively working on increasing surface area to accept it. Please see our [contributing guidelines](/CONTRIBUTING.md) for our general practices and protocols on participating in the community, as well as specific expectations around things like code formatting, testing practices, continuous integration, etc.
## License
[](https://github.com/holochain/cryptographic-autonomy-license)
Copyright (C) 2020-2023, Holochain Foundation
This program is free software: you can redistribute it and/or modify it under the terms of the license
provided in the LICENSE file (CAL-1.0). This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.