From 1b8ebfcffb10beadda709ea4edfc1078a9897936 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Mon, 16 Oct 2023 10:25:40 +0200 Subject: [PATCH] readme: remove rdbc and add axum to related projects (#6077) --- README.md | 11 +++++------ tokio/README.md | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9db5ff123..2bc5c1941 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ project. In addition to the crates in this repository, the Tokio project also maintains 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. * [`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. -* [`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. -* [`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 [`hyper`]: https://github.com/hyperium/hyper [`tonic`]: https://github.com/hyperium/tonic [`tower`]: https://github.com/tower-rs/tower [`loom`]: https://github.com/tokio-rs/loom -[`rdbc`]: https://github.com/tokio-rs/rdbc [`tracing`]: https://github.com/tokio-rs/tracing [`mio`]: https://github.com/tokio-rs/mio [`bytes`]: https://github.com/tokio-rs/bytes diff --git a/tokio/README.md b/tokio/README.md index 9db5ff123..2bc5c1941 100644 --- a/tokio/README.md +++ b/tokio/README.md @@ -132,6 +132,8 @@ project. In addition to the crates in this repository, the Tokio project also maintains 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. * [`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. -* [`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. -* [`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 [`hyper`]: https://github.com/hyperium/hyper [`tonic`]: https://github.com/hyperium/tonic [`tower`]: https://github.com/tower-rs/tower [`loom`]: https://github.com/tokio-rs/loom -[`rdbc`]: https://github.com/tokio-rs/rdbc [`tracing`]: https://github.com/tokio-rs/tracing [`mio`]: https://github.com/tokio-rs/mio [`bytes`]: https://github.com/tokio-rs/bytes