Crates.io | lrc-nom |
lib.rs | lrc-nom |
version | 0.3.0 |
source | src |
created_at | 2023-04-22 03:43:34.98252 |
updated_at | 2024-04-14 18:27:01.280005 |
description | Simple zero-copy LRC parser wrote with nom |
homepage | https://github.com/poly000/lrc-nom |
repository | |
max_upload_size | |
id | 845797 |
size | 7,111 |
Simple LRC parser with nom.
Note: lrc-nom cannot handle UTF-8 BOM, please consider applying a .trim_start_matches('\u{feff}')