Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@sanducb sanducb released this 25 Jun 18:21
· 54 commits to main since this release
cabce44

First release of the Open Payments Rust SDK.

✨ Features

  • Complete type definitions for all Open Payments resources
  • HTTP client with authentication and signature support
  • HTTP message signature creation and validation utilities
  • General documentation with examples
  • Snippet binaries for common operations

🏗️ Architecture

  • client module: HTTP client for Open Payments API interactions
  • types module: Complete type definitions for Open Payments resources
  • http_signature module: HTTP message signature utilities
  • snippets module: Example binaries for OP flows

🔧 Requirements

  • Rust 1.43.1 or later