blob: 65a9d4293b79162a41790759131f649731701061 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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][]
-------
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].
[Rust bindings]: https://docs.rs/curl
[module documentation]: https://docs.rs/crimp
[depot]: https://code.tvl.fyi/
[contributing]: https://code.tvl.fyi/about/docs/CONTRIBUTING.md
|