https://github.com/doumanash/os-timer
OS timers wrapper for Rust
https://github.com/doumanash/os-timer
rust timer
Last synced: 3 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T03:40:43.000Z (over 2 years ago)
- Last Synced: 2025-03-17T09:45:54.223Z (3 months ago)
- Topics: rust, timer
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# os-timer

[](https://crates.io/crates/os-timer)
[](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).