optics/rust.optic
2024-02-14 09:19:03 +10:00

23 lines
341 B
Text

DiscardNonMatching;
/*
Sites relvant to the Rust programming language
*/
Rule {
Matches {
Site("|lib.rs|")
},
Matches {
Domain("|docs.rs|")
},
Matches {
Domain("|crates.io|")
},
Matches {
Domain("|rust-lang.org|")
},
Matches {
Domain("|rustup.rs|")
},
};