cputimeout 0.1.0

a very unsafe way of time-outing a cpu-bounded task.
Documentation
1
2
3
4
5
#[cfg(target_os = "linux")]
mod unix;

#[cfg(target_os = "linux")]
pub use unix::*;