]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - README.md
Update Readme: rust impl & todos
[github/fretlink/hmacaroons.git] / README.md
index 994cb4b3fcee6d48398965fd2239153ac87a9800..97fc53e98d5109c2155a4d43eaed28acf382f2f2 100644 (file)
--- 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