lyrics-core 0.4.0

Core types, traits, and helpers for lyrics processing
Documentation
1
2
3
4
5
6
7
8
//! 辅助工具模块,提供字符串处理、数学运算、时间偏移、繁简转换和格式识别等功能。

pub mod chinese_helper;
pub mod math_helper;
pub mod offset_helper;
pub mod optimization;
pub mod string_helper;
pub mod type_helper;