szyszka 2.0.0

Fast, powerful and easy to use file renamer
use std::collections::BTreeSet;

pub struct ResultEntries {
    pub files: BTreeSet<String>,
}