Skip to content

Commit

Permalink
rust: add todo note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Oct 23, 2024
1 parent 7c640a9 commit d91fff5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,8 @@ If you need to publish an older version (that is not the current git HEAD commit
first checkout the version you want to publish.

Try publishing with `cargo publish --dry-run` and then run with `cargo publish`.

## TODO

- Direct encrypt and decrypt to match Python implementation
- Add test cases with mocking: https://docs.aws.amazon.com/sdk-for-rust/latest/dg/testing.html

0 comments on commit d91fff5

Please sign in to comment.