calimero-client 0.8.0

Core Calimero infrastructure and tools
docs.rs failed to build calimero-client-0.8.0
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 Library

A comprehensive, abstract client library for interacting with Calimero APIs. This library provides trait-based abstractions for authentication, storage, and API communication, making it easy to implement different client types (CLI, GUI, headless, etc.) while sharing common functionality.

Features

  • Abstract Interfaces: Trait-based design for maximum flexibility
  • Authentication: Support for various authentication methods
  • Token Storage: Abstract token management with multiple backends
  • HTTP Client: Robust HTTP client with retry and error handling
  • Async Support: Full async/await support throughout
  • Python Bindings: Optional Python bindings via PyO3