X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=README.md;h=97fc53e98d5109c2155a4d43eaed28acf382f2f2;hb=b44d2aa13fc1172e4bda303e7d177389e22d3f95;hp=994cb4b3fcee6d48398965fd2239153ac87a9800;hpb=1971e224efa6a5940fb8b15c718f2b59c2d0f014;p=github%2Ffretlink%2Fhmacaroons.git diff --git a/README.md b/README.md index 994cb4b..97fc53e 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ Implementations - [C](https://github.com/rescrv/libmacaroons) - [Java](https://github.com/nitram509/jmacaroons) -- [Python](https://github.com/ecordell/pymacaroons) - [Node.js](https://github.com/nitram509/macaroons.js) +- [Python](https://github.com/ecordell/pymacaroons) +- [Rust](https://github.com/cryptosphere/rust-macaroons.git) TODO ==== @@ -37,3 +38,4 @@ TODO - JSON serialization - Quickcheck tests - Error handling +- FFI's for testing and benchmarking purposes