23 lines
341 B
Text
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|")
|
|
},
|
|
};
|