mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
readme: remove rdbc and add axum to related projects (#6077)
This commit is contained in:
@@ -132,6 +132,8 @@ project.
|
|||||||
In addition to the crates in this repository, the Tokio project also maintains
|
In addition to the crates in this repository, the Tokio project also maintains
|
||||||
several other libraries, including:
|
several other libraries, including:
|
||||||
|
|
||||||
|
* [`axum`]: A web application framework that focuses on ergonomics and modularity.
|
||||||
|
|
||||||
* [`hyper`]: A fast and correct HTTP/1.1 and HTTP/2 implementation for Rust.
|
* [`hyper`]: A fast and correct HTTP/1.1 and HTTP/2 implementation for Rust.
|
||||||
|
|
||||||
* [`tonic`]: A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.
|
* [`tonic`]: A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.
|
||||||
@@ -142,21 +144,18 @@ several other libraries, including:
|
|||||||
|
|
||||||
* [`tracing`] (formerly `tokio-trace`): A framework for application-level tracing and async-aware diagnostics.
|
* [`tracing`] (formerly `tokio-trace`): A framework for application-level tracing and async-aware diagnostics.
|
||||||
|
|
||||||
* [`rdbc`]: A Rust database connectivity library for MySQL, Postgres and SQLite.
|
* [`mio`]: A low-level, cross-platform abstraction over OS I/O APIs that powers `tokio`.
|
||||||
|
|
||||||
* [`mio`]: A low-level, cross-platform abstraction over OS I/O APIs that powers
|
|
||||||
`tokio`.
|
|
||||||
|
|
||||||
* [`bytes`]: Utilities for working with bytes, including efficient byte buffers.
|
* [`bytes`]: Utilities for working with bytes, including efficient byte buffers.
|
||||||
|
|
||||||
* [`loom`]: A testing tool for concurrent Rust code
|
* [`loom`]: A testing tool for concurrent Rust code.
|
||||||
|
|
||||||
|
[`axum`]: https://github.com/tokio-rs/axum
|
||||||
[`warp`]: https://github.com/seanmonstar/warp
|
[`warp`]: https://github.com/seanmonstar/warp
|
||||||
[`hyper`]: https://github.com/hyperium/hyper
|
[`hyper`]: https://github.com/hyperium/hyper
|
||||||
[`tonic`]: https://github.com/hyperium/tonic
|
[`tonic`]: https://github.com/hyperium/tonic
|
||||||
[`tower`]: https://github.com/tower-rs/tower
|
[`tower`]: https://github.com/tower-rs/tower
|
||||||
[`loom`]: https://github.com/tokio-rs/loom
|
[`loom`]: https://github.com/tokio-rs/loom
|
||||||
[`rdbc`]: https://github.com/tokio-rs/rdbc
|
|
||||||
[`tracing`]: https://github.com/tokio-rs/tracing
|
[`tracing`]: https://github.com/tokio-rs/tracing
|
||||||
[`mio`]: https://github.com/tokio-rs/mio
|
[`mio`]: https://github.com/tokio-rs/mio
|
||||||
[`bytes`]: https://github.com/tokio-rs/bytes
|
[`bytes`]: https://github.com/tokio-rs/bytes
|
||||||
|
|||||||
+5
-6
@@ -132,6 +132,8 @@ project.
|
|||||||
In addition to the crates in this repository, the Tokio project also maintains
|
In addition to the crates in this repository, the Tokio project also maintains
|
||||||
several other libraries, including:
|
several other libraries, including:
|
||||||
|
|
||||||
|
* [`axum`]: A web application framework that focuses on ergonomics and modularity.
|
||||||
|
|
||||||
* [`hyper`]: A fast and correct HTTP/1.1 and HTTP/2 implementation for Rust.
|
* [`hyper`]: A fast and correct HTTP/1.1 and HTTP/2 implementation for Rust.
|
||||||
|
|
||||||
* [`tonic`]: A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.
|
* [`tonic`]: A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.
|
||||||
@@ -142,21 +144,18 @@ several other libraries, including:
|
|||||||
|
|
||||||
* [`tracing`] (formerly `tokio-trace`): A framework for application-level tracing and async-aware diagnostics.
|
* [`tracing`] (formerly `tokio-trace`): A framework for application-level tracing and async-aware diagnostics.
|
||||||
|
|
||||||
* [`rdbc`]: A Rust database connectivity library for MySQL, Postgres and SQLite.
|
* [`mio`]: A low-level, cross-platform abstraction over OS I/O APIs that powers `tokio`.
|
||||||
|
|
||||||
* [`mio`]: A low-level, cross-platform abstraction over OS I/O APIs that powers
|
|
||||||
`tokio`.
|
|
||||||
|
|
||||||
* [`bytes`]: Utilities for working with bytes, including efficient byte buffers.
|
* [`bytes`]: Utilities for working with bytes, including efficient byte buffers.
|
||||||
|
|
||||||
* [`loom`]: A testing tool for concurrent Rust code
|
* [`loom`]: A testing tool for concurrent Rust code.
|
||||||
|
|
||||||
|
[`axum`]: https://github.com/tokio-rs/axum
|
||||||
[`warp`]: https://github.com/seanmonstar/warp
|
[`warp`]: https://github.com/seanmonstar/warp
|
||||||
[`hyper`]: https://github.com/hyperium/hyper
|
[`hyper`]: https://github.com/hyperium/hyper
|
||||||
[`tonic`]: https://github.com/hyperium/tonic
|
[`tonic`]: https://github.com/hyperium/tonic
|
||||||
[`tower`]: https://github.com/tower-rs/tower
|
[`tower`]: https://github.com/tower-rs/tower
|
||||||
[`loom`]: https://github.com/tokio-rs/loom
|
[`loom`]: https://github.com/tokio-rs/loom
|
||||||
[`rdbc`]: https://github.com/tokio-rs/rdbc
|
|
||||||
[`tracing`]: https://github.com/tokio-rs/tracing
|
[`tracing`]: https://github.com/tokio-rs/tracing
|
||||||
[`mio`]: https://github.com/tokio-rs/mio
|
[`mio`]: https://github.com/tokio-rs/mio
|
||||||
[`bytes`]: https://github.com/tokio-rs/bytes
|
[`bytes`]: https://github.com/tokio-rs/bytes
|
||||||
|
|||||||
Reference in New Issue
Block a user