Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doumanash/os-timer

OS timers wrapper for Rust
https://github.com/doumanash/os-timer

rust timer

Last synced: 9 days ago
JSON representation

OS timers wrapper for Rust

Awesome Lists containing this project

README

        

# 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).