diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-21T01·28+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-21T01·28+0000 |
commit | ad07fc31ed67d57db06434097469c121b2ab4cbe (patch) | |
tree | 8f94ef3bcc212b269847c46e69c67477d9e440d0 /net/crimp/README.md | |
parent | ec826db87aa53ecb8f82741583fc7479e1784c25 (diff) | |
parent | 48c738b1b5353a1a123cb1e9141ab4b2ec32018b (diff) |
merge(crimp): Integrate at //net/crimp r/270
Diffstat (limited to 'net/crimp/README.md')
-rw-r--r-- | net/crimp/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/crimp/README.md b/net/crimp/README.md new file mode 100644 index 000000000000..791c354fc1d9 --- /dev/null +++ b/net/crimp/README.md @@ -0,0 +1,15 @@ +crimp +===== + +[![Build Status](https://travis-ci.org/tazjin/crimp.svg?branch=master)](https://travis-ci.org/tazjin/crimp) +[![](https://img.shields.io/crates/v/crimp.svg)](https://crates.io/crates/crimp) +[![](https://docs.rs/crimp/badge.svg)](https://docs.rs/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 |