Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doumanash/os-timer
- Owner: DoumanAsh
- License: bsl-1.0
- Created: 2021-05-27T23:09:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T03:40:43.000Z (about 2 years ago)
- Last Synced: 2024-10-11T14:17:32.870Z (26 days ago)
- Topics: rust, timer
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).