summaryrefslogtreecommitdiffstats
path: root/categories/src
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-07-28 23:00:20 +0100
committerKornel <kornel@geekhood.net>2019-07-28 23:00:20 +0100
commit452296a544f55c36136b7aeb7eb9e926f3bc8258 (patch)
treee2c2e7f46254f5563437e7d1fd018133edd5d9cf /categories/src
parent5d6e9a46215b9001e58fa56f4397717251761430 (diff)
Tuning
Diffstat (limited to 'categories/src')
-rw-r--r--categories/src/tuning.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/categories/src/tuning.rs b/categories/src/tuning.rs
index f2fc32b..6e4ce04 100644
--- a/categories/src/tuning.rs
+++ b/categories/src/tuning.rs
@@ -718,7 +718,8 @@ lazy_static! {
(Cond::Any(&["performance", "bitflags", "storage", "terminal", "rpc"]),
&[("value-formatting", 0.25, 0.), ("development-tools", 0.8, 0.), ("network-programming", 0.7, 0.), ("science::math", 0.8, 0.)]),
- (Cond::Any(&["pop3", "ssmtp", "smtp", "imap", "email", "e-mail"]), &[("email", 1.2, 0.3), ("parsing", 0.9, 0.), ("no-std", 0.7, 0.), ("algorithms", 0.8, 0.),
+ (Cond::NotAny(&["mailer", "pgp", "mime", "pop3", "ssmtp", "smtp", "imap", "email", "e-mail"]), &[("email", 0.7, 0.)]),
+ (Cond::Any(&["mailer", "pop3", "ssmtp", "smtp", "imap", "email", "e-mail"]), &[("email", 1.2, 0.3), ("parsing", 0.9, 0.), ("no-std", 0.7, 0.), ("algorithms", 0.8, 0.),
("development-tools::cargo-plugins", 0.6, 0.), ("filesystem", 0.7, 0.), ("data-structures", 0.8, 0.), ("command-line-utilities", 0.75, 0.)]),
(Cond::Any(&["editor", "vim", "emacs", "vscode", "sublime"]), &[("text-editors", 1.2, 0.2), ("games", 0.4, 0.), ("rendering::engine", 0.7, 0.)]),
(Cond::Any(&["obj", "loop", "lattice", "api", "bin", "framework", "stopwatch", "sensor", "github", "algorithm", "protocol"]),