Add Rust optic

This commit is contained in:
Wesley Moore 2024-02-14 09:17:14 +10:00
parent b74adea1d2
commit 61ac77790f
No known key found for this signature in database

23
rust.optic Normal file
View file

@ -0,0 +1,23 @@
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|")
},
};