diff --git a/rust.optic b/rust.optic new file mode 100644 index 0000000..4f9e55c --- /dev/null +++ b/rust.optic @@ -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|") + }, +};