]> git.immae.eu Git - github/fretlink/hmacaroons.git/commitdiff
Update Readme: rust impl & todos
authorJulien Tanguy <julien.tanguy@jhome.fr>
Tue, 14 Apr 2015 15:38:26 +0000 (17:38 +0200)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Tue, 14 Apr 2015 15:38:26 +0000 (17:38 +0200)
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