I'm (re-?)learning Rust and decided to create a library that decodes the AWS account ID given an access key ID as a learning exercise. https://github.com/danzek/aws-account-id-from-key-id #rustlang #OpenToFeedback #learning
GitHub - danzek/aws-account-id-from-key-id: Determine AWS account ID given AWS access key ID

Determine AWS account ID given AWS access key ID. Contribute to danzek/aws-account-id-from-key-id development by creating an account on GitHub.

GitHub
And as a continuation of the learning exercise, I've now published it as a #rustlang #crate (my first time publishing a crate! w00t!): https://crates.io/crates/aws_account_id_from_key_id #rustcrates #OpenToFeedback
crates.io: Rust Package Registry