opara-tor
opara-tor
The `Spawn` trait provides an abstract interface for spawning tasks. We use this in [Arti](https://docs.rs/tor-rtcompat/latest/tor_rtcompat/) to allow users to swap the underlying runtime between tokio, async-std, and smol. One problem...
The backlog size logic that was copied from the standard library was for unix sockets, not inet sockets. Mio's backlog sizes differ greatly from the standard library for inet sockets...
When you run `cargo set-version --bump minor -p foo` in a workspace that has crates "foo" and "bar", and "bar" has a dependency of "foo", the Cargo.toml for "bar" will...