cleishm-frequency-cpp v1.0.0
- Created
- Updated
Type-safe frequency handling library modeled after std::chrono
# Usage
The package frequency is a header-only library and can be used from CMake via:
find_package(frequency CONFIG REQUIRED)
target_link_libraries(main PRIVATE freq::frequency) # License
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Chris Leishman