selecting 1.2.0

Cross-platform wrapper over select
Documentation

selecting

Rust Crates.io Documentation

Cross-platform wrapper over select.

This library provides simple interface over POSIX's select enabling you to write very simple async programs using std networking primitives.

But if you want performance you should look for tokio or mio