#![doc=include_str!("../README.md")]/// Metrome error types
pubmoderror;/// Scans and tokenizes a Metrome score
pubmodscanner;/// This module contains structs that are related to the representation of a score.
pubmodscore;/// Unit conversion utilities
pubmodunits;/// Writes the click track from a score
pubmodwriter;