diff options
author | Vincent Ambo <mail@tazj.in> | 2019-02-26T10·20+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2019-02-26T10·20+0100 |
commit | b28f6e748d911b23a6c5c2c6badb33e079989517 (patch) | |
tree | 87762ec6a974d4300712ad47e4bcd55fc164f50f /README.org | |
parent | e95a82ca4ccf3d217fe4b4566b5b41498acd7fd0 (diff) |
feat: Initial check-in of working client layer
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 000000000000..73e371512415 --- /dev/null +++ b/README.org @@ -0,0 +1,9 @@ +crimp +===== + +Crimp is an HTTP client interface on top of the [Rust bindings][] to +cURL. + +Please see the module documentation for details on why this exists. + +[Rust bindings]: https://docs.rs/curl |