tvl-depot/net/crimp
Vincent Ambo 8f84059de8 chore(crimp): prepare release of v4087
Just housekeeping changes (docs updates, dependency bumps).

Change-Id: Id404490ae3c67a8d14c91fd53691f5809f0a1d08
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5620
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-05-16 18:15:18 +00:00
..
src style(rust): Format all Rust code with rustfmt 2022-02-08 12:06:39 +00:00
.gitignore chore(crimp): Prepare for depot merge 2019-12-21 01:27:49 +00:00
Cargo.lock chore(crimp): bump cargo dependencies 2022-05-16 18:06:54 +00:00
Cargo.toml chore(crimp): prepare release of v4087 2022-05-16 18:15:18 +00:00
default.nix feat(crimp): Add Nix build for crate 2021-08-15 14:18:59 +00:00
LICENSE chore(crimp): Prepare for depot merge 2019-12-21 01:27:49 +00:00
README.md docs(crimp): update README with depot information 2022-05-16 18:06:54 +00:00

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. 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.