Skip to main content
The release notes for our Rust SDK.
0.1.0-alpha
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
I