qbt-clean 0.120.0

Automated rules-based cleaning of qBittorrent torrents.
1
2
3
4
5
#[derive(Debug)]
pub struct RuleResult {
	pub include_in_score: bool,
	pub pinned: Option<crate::PinReason>,
}