1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 15:07:43 +02:00

feat(tls): rustls-0_22 create feature

This commit is contained in:
Rob Ede
2024-02-03 16:39:21 +00:00
parent a1ae524512
commit e427911cdb
4 changed files with 8 additions and 8 deletions

View File

@ -34,6 +34,7 @@
//! ```
//!
//! # `io-uring` Support
//!
//! There is experimental support for using io-uring with this crate by enabling the
//! `io-uring` feature. For now, it is semver exempt.
//!