qbt-clean 0.155.0

Automated rules-based cleaning of qBittorrent torrents.
1
2
3
4
pub struct MockTorrent {
	pub files: Vec<crate::TorrentFile>,
	pub torrent: crate::Torrent,
}