Skip to content

Commit b8f5553

Browse files
committed
Update readme, add funding
1 parent 7ed2fa9 commit b8f5553

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [twistedfall]

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
# http-adapter
22

3-
## Documentation
3+
[![Build Status](https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml/badge.svg)](https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml)
4+
[![Documentation](https://docs.rs/http-adapter/badge.svg)](https://docs.rs/http-adapter)
5+
[![Crates.io](https://img.shields.io/crates/v/http-adapter)](https://crates.io/crates/http-adapter)
6+
![Maintenance](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
7+
8+
[Support the project](https://github.com/sponsors/twistedfall) | [Documentation](https://docs.rs/http-adapter)
49

5-
See [full documentation](https://docs.rs/http-adapter)
610

711
## Usage
812

9-
Add this to your Cargo.toml:
13+
Run:
14+
```shell
15+
cargo add http-adapter
1016
```
17+
Or add to your Cargo.toml:
18+
```toml
1119
[dependencies]
1220
http-adapter = "0.2.0"
1321
```
1422

15-
![Maintenance](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
16-
[![Build Status](https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml/badge.svg)](https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml)
17-
[![Documentation](https://docs.rs/http-adapter/badge.svg)](https://docs.rs/http-adapter)
18-
1923
## Adapter for HTTP client agnostic requests
2024

2125
This crate allows the async libraries to be HTTP client agnostic and not force a particular choice of an async runtime because
@@ -79,4 +83,6 @@ impl<HttpClient: HttpClientAdapter + Default> Default for APIClient<HttpClient>
7983
[2]: <https://crates.io/crates/http-adapter-surf>
8084
[3]: <https://crates.io/crates/http-adapter-ureq>
8185

82-
License: LGPL-3.0
86+
## License
87+
88+
LGPL-3.0

0 commit comments

Comments
 (0)