comparison 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
comparison
equal deleted inserted replaced
20:2b78a483f84b 21:f6334887e3c8
47 * `enable_systemd` - on by default, the existence of this feature can allow your users to turn 47 * `enable_systemd` - on by default, the existence of this feature can allow your users to turn
48 off systemd support if they don't need it. Note that it's already disabled on non-linux 48 off systemd support if they don't need it. Note that it's already disabled on non-linux
49 systems, so you don't need to care about that. 49 systems, so you don't need to care about that.
50 * `serde` - implements `serde::Deserialize` for `SocketAddr` 50 * `serde` - implements `serde::Deserialize` for `SocketAddr`
51 * `parse_arg` - implements `parse_arg::ParseArg` for `SocketAddr` 51 * `parse_arg` - implements `parse_arg::ParseArg` for `SocketAddr`
52 * `tokio` - adds `bind_tokio` method to `SocketAddr`
52 * `tokio_0_2` - adds `bind_tokio_0_2` method to `SocketAddr` 53 * `tokio_0_2` - adds `bind_tokio_0_2` method to `SocketAddr`
53 * `tokio_0_3` - adds `bind_tokio_0_3` method to `SocketAddr` 54 * `tokio_0_3` - adds `bind_tokio_0_3` method to `SocketAddr`
54 * `async_std` - adds `bind_async_std` method to `SocketAddr` 55 * `async_std` - adds `bind_async_std` method to `SocketAddr`
55 56
56 ## MSRV 57 ## MSRV