diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-21T01·27+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-21T01·27+0000 |
commit | 48c738b1b5353a1a123cb1e9141ab4b2ec32018b (patch) | |
tree | f1e48fc87b1662c0b06cb38df81f32d0b314316c /net/crimp/README.md | |
parent | 448cc5e1d4c1e4c0ea20c3009d322de362bde109 (diff) |
chore(crimp): Prepare for depot merge
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 |