Cargo Features

Rabble has no features set by default.

[dependencies]
rabble = { version = "0.4.1", features = ["no_timerfd"] }
no_timerfd

Enables no_timerfd of amy ^0.7.2

amy:

On linux, don't use timerfd. Instead store timers in a binary heap and utilize the epoll timeout.

Rabble has 1 feature without comment.