# Holochain Client - Rust
[](http://holochain.org/)
[](https://forum.holochain.org)
[](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.5.x** is compatible with **Holochain v0.3.x**.
**Rust client v0.4.x** is compatible with **Holochain v0.2.x**.
**Rust client v0.3.x** is compatible with **Holochain v0.1.x** _**(no longer supported)**_.
## Running the tests
``` bash
./build-fixture.sh
cargo test
```
## 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.
* Connect with us on our [forum](https://forum.holochain.org)
## 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.