os-timer 1.0.0

OS Timers for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# os-timer

![Rust](https://github.com/DoumanAsh/os-timer/workflows/Rust/badge.svg?branch=master)
[![Crates.io](https://img.shields.io/crates/v/os-timer.svg)](https://crates.io/crates/os-timer)
[![Documentation](https://docs.rs/os-timer/badge.svg)](https://docs.rs/crate/os-timer/)

Cross-platform wrapper over OS timers

# Requirements

- Posix timer requires compilation of C shim (i.e. Correct C compiler must be available when compiling for posix target).