diff options
author | Vincent Ambo <mail@tazj.in> | 2019-02-26T16·28+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2019-02-26T16·30+0100 |
commit | 198fe2bffa69c8baccb38ba2412faf24681ee29c (patch) | |
tree | 961394d7f494bc4ea84e618c0307647cf196bb5e /README.md | |
parent | 2349dd22c3a899a1a628966df700d5d8cdfd64ea (diff) |
docs: Update README, add contribution guidelines & CoC
... getting all the docs in order for publication ...
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000000..b33b161eb803 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +crimp +===== + +Crimp is an HTTP client interface on top of the [Rust bindings][] to +cURL. + +The documentation for this crate is primarily in the [module +documentation][] + +[Rust bindings]: https://docs.rs/curl +[module documentation]: https://docs.rs/crimp |