Skip to main content
The release notes for our Rust SDK.
0.1.0-alpha.4

Changed

  • Updated to latest openapi spec
  • Add support for aptos chain
0.1.0-alpha.3

Changed

  • Support idempotency on wallet calls
0.1.0-alpha.2

Changed

  • Add a function to access the base url

Fixed

  • Some race conditions are authenticate calls
0.1.0-alpha.1

Other

  • Changed the version range in the readme and add badges
0.1.0-alpha.0
Initial release of the Rust SDK. See the quickstart guide for more details on how to get started.The Rust SDK provides type-safe access to the Privy API with:
  • Full API coverage: Complete access to all Privy APIs including wallets, users, transactions, policies, and key quorums
  • Type-safe: Generated types for all API requests and responses using progenitor
  • Async/await support: Built on tokio for modern async Rust applications
  • Authorization context: Built-in support for request signing with authorization keys and user JWTs
  • Error handling: Comprehensive error types for robust error handling