From: Julien Tanguy Date: Tue, 14 Apr 2015 15:38:26 +0000 (+0200) Subject: Update Readme: rust impl & todos X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b44d2aa13fc1172e4bda303e7d177389e22d3f95;p=github%2Ffretlink%2Fhmacaroons.git Update Readme: rust impl & todos --- 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