2019-02-26 11:20:38 +01:00
|
|
|
crimp
|
|
|
|
=====
|
|
|
|
|
2019-02-26 23:11:29 +01:00
|
|
|
[![](https://img.shields.io/crates/v/crimp.svg)](https://crates.io/crates/crimp)
|
2019-02-26 17:33:59 +01:00
|
|
|
[![](https://docs.rs/crimp/badge.svg)](https://docs.rs/crimp)
|
|
|
|
|
2019-02-26 11:20:38 +01:00
|
|
|
Crimp is an HTTP client interface on top of the [Rust bindings][] to
|
|
|
|
cURL.
|
|
|
|
|
2019-02-26 17:28:51 +01:00
|
|
|
The documentation for this crate is primarily in the [module
|
|
|
|
documentation][]
|
2019-02-26 11:20:38 +01:00
|
|
|
|
2022-05-16 20:02:43 +02:00
|
|
|
-------
|
|
|
|
|
|
|
|
This project is developed in the [TVL monorepo][depot]. To work on it,
|
|
|
|
you can either use a local clone of the entire repository or clone
|
|
|
|
just the `crimp` subtree:
|
|
|
|
|
|
|
|
https://code.tvl.fyi/depot.git:/net/crimp.git
|
|
|
|
|
|
|
|
Please follow the TVL [contribution guidelines][contributing].
|
|
|
|
|
2019-02-26 11:20:38 +01:00
|
|
|
[Rust bindings]: https://docs.rs/curl
|
2019-02-26 17:28:51 +01:00
|
|
|
[module documentation]: https://docs.rs/crimp
|
2022-05-16 20:02:43 +02:00
|
|
|
[depot]: https://code.tvl.fyi/
|
|
|
|
[contributing]: https://code.tvl.fyi/about/docs/CONTRIBUTING.md
|