1
2
3
4
5
6
//! A library to clean up music metadata such as artist, album and song names.
//! This is a Rust port of the [metadata-filter](https://github.com/web-scrobbler/metadata-filter)
//! TypeScript library.

pub mod filters;
pub mod rules;