optics/rust.optic

24 lines
341 B
Text
Raw Permalink Normal View History

2024-02-13 23:17:14 +00:00
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|")
},
};