Skip to content

Commit

Permalink
chore: update README (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus authored Aug 28, 2024
1 parent 610e34e commit 432abc9
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

<br>

## Benchmark Results

- [Web Frameworks Benchmark](https://web-frameworks-benchmark.netlify.app/result?l=rust)


## Quick Start

1. Add to `dependencies` :
Expand Down Expand Up @@ -62,21 +67,16 @@ $ curl http://localhost:3000/hello/your_name
Hello, your_name!
```

<br>

## Feature flags

### `"rt_tokio"`, `"rt_async-std"`, `"rt_smol"`, `"rt_glommio"`

Currently,
### `"rt_tokio"`, `"rt_async-std"`, `"rt_smol"`, `"rt_glommio"`:async runtime

- [tokio](https://github.com/tokio-rs/tokio)
- [async-std](https://github.com/async-rs/async-std)
- [smol](https://github.com/smol-rs/smol)
- [glommio](https://github.com/DataDog/glommio)

are supported as async runtime.

### `"rt_worker"`:Cloudflare Workers

```sh
Expand Down Expand Up @@ -154,9 +154,7 @@ Get and hold remote peer's IP address
### `"nightly"`:enable nightly-only functionalities

- try response
- in-place schema validation

<br>

## Snippets

Expand Down Expand Up @@ -397,7 +395,6 @@ async fn test_my_ohkami() {
}
```

<br>

## Supported protocols

Expand All @@ -409,11 +406,6 @@ async fn test_my_ohkami() {
- [x] WebSocket


## Benchmark Results

- [Web Frameworks Benchmark](https://web-frameworks-benchmark.netlify.app/result?l=rust)


## MSRV ( Minimum Supported Rust Version )

Latest stable
Expand Down

0 comments on commit 432abc9

Please sign in to comment.