From d74c8fc7663d951f5762dd7d8727ec68be8730e2 Mon Sep 17 00:00:00 2001 From: Felix Kaiser Date: Sun, 21 Sep 2025 17:19:31 -0700 Subject: [PATCH] Mention Rust library --- README.md | 6 +++++- index.html | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eb7e26..9033d02 100644 --- a/README.md +++ b/README.md @@ -83,4 +83,8 @@ Pull requests welcome! ``` npm install node_modules/nyc/bin/nyc.js --reporter=text node_modules/mocha/bin/mocha test/test.js -``` \ No newline at end of file +``` + +## Other languages + +Also see our [Rust library](https://crates.io/crates/link2aws). \ No newline at end of file diff --git a/index.html b/index.html index 5e70948..db48ecb 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,7 @@

link2aws.github.io

Need a command line tool or a JavaScript library to convert ARN's to AWS console links? Check out our link2aws NPM package! + Also see our Rust library.

Found a problem? Missing a resource type? Report it or send a pull request for our GitHub project.