diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-06-05 08:55:19 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-06-05 08:55:19 +0200 |
commit | 6befade68f1867172346beddf4da5095583bca14 (patch) | |
tree | 4f69080a09dba78e9bb12acec3570073f0dec992 | |
parent | 3587da9e7c92a486349f4f59a895b69c7000cb00 (diff) |
BINDINGS: the curl-rust binding
-rw-r--r-- | docs/BINDINGS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/BINDINGS b/docs/BINDINGS index ef4505435..00f565dfd 100644 --- a/docs/BINDINGS +++ b/docs/BINDINGS @@ -197,6 +197,11 @@ Ruby ruby-curl-multi - written by Kristjan Petursson and Keith Rarick http://curl-multi.rubyforge.org/ +Rust + + curl-rust - by Carl Lerche + https://github.com/carllerche/curl-rust + Scheme Bigloo binding by Kirill Lisovsky |