calimero-client 0.2.2

Core Calimero infrastructure and tools
docs.rs failed to build calimero-client-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: calimero-client-0.10.1-rc.1

Calimero Client

This is the main Rust client library for Calimero Network APIs.

Structure

  • Cargo.toml - Rust package configuration
  • python/ - Python bindings and packaging (separate project)

Python Bindings

The Python bindings are now organized in their own directory at python/. This keeps the Rust client code clean and separates concerns.

To work with the Python bindings:

cd python/
maturin build --features python

See python/README.md for complete Python package documentation.

Rust Development

For Rust development:

cargo build
cargo test
cargo build --features python  # Build with Python bindings