aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-04-14 17:38:26 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-04-14 17:38:26 +0200
commitb44d2aa13fc1172e4bda303e7d177389e22d3f95 (patch)
tree870245cbd81295d4453dd703fe7917da53e174fd
parent1971e224efa6a5940fb8b15c718f2b59c2d0f014 (diff)
downloadhmacaroons-b44d2aa13fc1172e4bda303e7d177389e22d3f95.tar.gz
hmacaroons-b44d2aa13fc1172e4bda303e7d177389e22d3f95.tar.zst
hmacaroons-b44d2aa13fc1172e4bda303e7d177389e22d3f95.zip
Update Readme: rust impl & todos
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 994cb4b..97fc53e 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,9 @@ Implementations
26 26
27- [C](https://github.com/rescrv/libmacaroons) 27- [C](https://github.com/rescrv/libmacaroons)
28- [Java](https://github.com/nitram509/jmacaroons) 28- [Java](https://github.com/nitram509/jmacaroons)
29- [Python](https://github.com/ecordell/pymacaroons)
30- [Node.js](https://github.com/nitram509/macaroons.js) 29- [Node.js](https://github.com/nitram509/macaroons.js)
30- [Python](https://github.com/ecordell/pymacaroons)
31- [Rust](https://github.com/cryptosphere/rust-macaroons.git)
31 32
32TODO 33TODO
33==== 34====
@@ -37,3 +38,4 @@ TODO
37- JSON serialization 38- JSON serialization
38- Quickcheck tests 39- Quickcheck tests
39- Error handling 40- Error handling
41- FFI's for testing and benchmarking purposes