selecting 1.2.0

Cross-platform wrapper over select
Documentation
  • Coverage
  • 100%
    20 out of 20 items documented0 out of 16 items with examples
  • Size
  • Source code size: 17.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.87 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • DoumanAsh/selecting
    2 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DoumanAsh

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