holochain_client

Crates.ioholochain_client
lib.rsholochain_client
version
sourcesrc
created_at2022-01-21 16:40:19.444537+00
updated_at2025-04-05 17:22:24.791727+00
descriptionA Rust client for the Holochain Conductor API
homepagehttps://github.com/holochain/holochain-client-rust
repositoryhttps://github.com/holochain/holochain-client-rust
max_upload_size
id518629
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(matthme)

documentation

README

Holochain Client - Rust

Project Forum License: CAL 1.0 Test

Twitter Follow

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

./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 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

License

License: CAL 1.0

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.

Commit count: 207

cargo fmt