Mercurial > crates > systemd-socket
diff README.md @ 21:f6334887e3c8
Support `tokio` 1.0
Tokio 1.0 was already out for a while and this adds the missing support
for it. Deprecation of 0.2 and 0.3 is planned but they are staying for
now.
author | Martin Habovstiak <martin.habovstiak@gmail.com> |
---|---|
date | Sat, 13 Jul 2024 15:09:13 +0200 |
parents | f740dadd2948 |
children | 0feab4f4c2ce |
line wrap: on
line diff
--- a/README.md Sat Jul 13 14:19:29 2024 +0200 +++ b/README.md Sat Jul 13 15:09:13 2024 +0200 @@ -49,6 +49,7 @@ systems, so you don't need to care about that. * `serde` - implements `serde::Deserialize` for `SocketAddr` * `parse_arg` - implements `parse_arg::ParseArg` for `SocketAddr` +* `tokio` - adds `bind_tokio` method to `SocketAddr` * `tokio_0_2` - adds `bind_tokio_0_2` method to `SocketAddr` * `tokio_0_3` - adds `bind_tokio_0_3` method to `SocketAddr` * `async_std` - adds `bind_async_std` method to `SocketAddr`