titleformat-rs 0.2.0

A foobar2000 titleformat parser for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod if2;
pub mod if3;
pub mod if_;
pub mod ifequal;
pub mod ifgreater;
pub mod iflonger;
pub mod select;

pub mod and;
pub mod not;
pub mod or;
pub mod xor;