Skip to content

feat(rust-client): add official Rust SDK#72

Merged
starboyate merged 1 commit into
mainfrom
feat/rust-client
May 13, 2026
Merged

feat(rust-client): add official Rust SDK#72
starboyate merged 1 commit into
mainfrom
feat/rust-client

Conversation

@starboyate
Copy link
Copy Markdown
Collaborator

Summary

  • Add the official async Rust SDK for Memind Open API, including typed request/response models, structured errors, retries, and safe URL handling.
  • Add Rust client CI and a manual crates.io release workflow.
  • Document the Rust client in the root README and exclude Rust files from Maven license/checkstyle scanning.

Test Plan

  • cargo fmt --check
  • cargo +1.86.0 check --lib --all-features
  • cargo check --all-targets --all-features
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all-features
  • cargo package
  • mvn com.mycila:license-maven-plugin:check

Notes

  • The branch is based on the latest origin/main and does not include docs/superpowers changes.
  • mvn checkstyle:check currently fails on pre-existing Java client checkstyle violations unrelated to this Rust SDK change.

@starboyate starboyate merged commit 169b2b1 into main May 13, 2026
8 checks passed
@starboyate starboyate linked an issue May 13, 2026 that may be closed by this pull request
@starboyate starboyate deleted the feat/rust-client branch May 14, 2026 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: add rust client for calling the memind api

1 participant