music-timer 0.1.2

music-timer is a crate with music time and counting utilities featuring a callback performance engine to help with triggering events in music time. Written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["cj <unsignedbytebite@gmail.com>"]
autobenches = true
categories = ["date-and-time", "multimedia::audio"]
description = "music-timer is a crate with music time and counting utilities featuring a callback performance engine to help with triggering events in music time. Written in Rust.\n"
documentation = "https://docs.rs/music-timer/0.1.1/music_timer/index.html"
edition = "2018"
keywords = ["music", "time", "state", "trigger"]
license = "MIT"
name = "music-timer"
readme = "README.md"
repository = "https://github.com/unsignedbytebite/music-timer"
version = "0.1.2"