summaryrefslogtreecommitdiffstats
path: root/categories/src
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-07-30 00:23:14 +0100
committerKornel <kornel@geekhood.net>2019-07-30 00:44:38 +0100
commite1aec8e166cee9d5b042b49b543c3cc3d1905482 (patch)
tree35732cf67107714b12cb4d69731772f7cb366032 /categories/src
parent3238bdd7e588e2c6ee79c602971821118746f72a (diff)
Tune
Diffstat (limited to 'categories/src')
-rw-r--r--categories/src/tuning.rs32
1 files changed, 19 insertions, 13 deletions
diff --git a/categories/src/tuning.rs b/categories/src/tuning.rs
index bc611e1..a150efa 100644
--- a/categories/src/tuning.rs
+++ b/categories/src/tuning.rs
@@ -237,7 +237,7 @@ lazy_static! {
&[("network-programming", 1.2, 0.1), ("cryptography", 1.2, 0.05), ("science::math", 0.2, 0.), ("science", 0.7, 0.), ("memory-management", 0.6, 0.),
("cryptography::cryptocurrencies", 0.6, 0.), ("command-line-utilities", 0.7, 0.), ("development-tools::testing", 0.9, 0.)]),
(Cond::Any(&["packet", "firewall"]), &[("network-programming", 1.1, 0.1), ("no-std", 0.9, 0.), ("encoding", 0.9, 0.)]),
- (Cond::Any(&["hmac-sha256", "sha1", "sha2", "shamir", "cipher", "aes", "rot13", "md5", "pkcs7", "keccak", "scrypt", "bcrypt", "merkle", "digest", "chacha", "chacha20"]),
+ (Cond::Any(&["hmac-sha256", "sha1", "sha256", "sha2", "shamir", "cipher", "aes", "rot13", "md5", "pkcs7", "keccak", "scrypt", "bcrypt", "merkle", "digest", "chacha", "chacha20"]),
&[("cryptography", 1.4, 0.3), ("algorithms", 0.9, 0.), ("no-std", 0.95, 0.), ("config", 0.8, 0.), ("rendering::engine", 0.7, 0.),
("command-line-utilities", 0.75, 0.), ("development-tools::testing", 0.8, 0.), ("development-tools::profiling", 0.8, 0.), ("development-tools", 0.8, 0.)]),
(Cond::Any(&["cryptography", "cryptographic", "sponge", "ecdsa", "ed25519","argon2", "pbkdf2"]),
@@ -294,7 +294,7 @@ lazy_static! {
&[("config", 1.2, 0.1)]),
(Cond::Any(&["log", "logger", "logging", "logs"]),
&[("development-tools::debugging", 1.2, 0.1), ("rust-patterns", 0.9, 0.), ("wasm", 0.7, 0.),
- ("concurrency", 0.8, 0.), ("algorithms", 0.6, 0.),
+ ("concurrency", 0.8, 0.), ("algorithms", 0.6, 0.), ("asynchronous", 0.9, 0.),
("config", 0.9, 0.), ("emulators", 0.8, 0.), ("encoding", 0.8, 0.), ("games", 0.01, 0.), ("development-tools::profiling", 0.9, 0.),
("command-line-interface", 0.9, 0.), ("command-line-utilities", 0.8, 0.)]),
(Cond::Any(&["dlsym", "debug", "debugging", "debugger", "disassemlber", "demangle", "dwarf", "stacktrace"]),
@@ -495,7 +495,8 @@ lazy_static! {
&[("database", 1.4, 0.2), ("database-implementations", 0.85, 0.), ("cryptography::cryptocurrencies", 0.5, 0.), ("cryptography", 0.7, 0.), ("text-processing", 0.7, 0.), ("rust-patterns", 0.7, 0.),
("value-formatting", 0.7, 0.), ("internationalization", 0.7, 0.), ("hardware-support", 0.6, 0.), ("web-programming", 1.1, 0.), ("algorithms", 0.9, 0.), ("data-structures", 0.9, 0.),
("command-line-interface", 0.5, 0.), ("multimedia::video", 0.5, 0.), ("command-line-utilities", 0.9, 0.), ("memory-management", 0.7, 0.)]),
- (Cond::All(&["kv", "distributed"]), &[("database", 1.3, 0.2), ("database-implementations", 1.2, 0.1)]),
+ (Cond::Any(&["distributed"]), &[("text-processing", 0.4, 0.), ("network-programming", 1.1, 0.), ("encoding", 0.8, 0.), ("command-line-interface", 0.4, 0.)]),
+ (Cond::All(&["kv", "distributed"]), &[("database", 1.3, 0.2), ("network-programming", 0.8, 0.), ("database-implementations", 1.2, 0.1)]),
(Cond::Any(&["csv", "driver"]), &[("database-implementations", 0.9, 0.)]),
(Cond::Any(&["validator"]), &[("database", 0.9, 0.)]),
(Cond::Any(&["search", "lsm-tree"]), &[("database", 1.2, 0.), ("algorithms", 1.2, 0.), ("config", 0.8, 0.), ("database-implementations", 1.2, 0.)]),
@@ -516,7 +517,8 @@ lazy_static! {
(Cond::Any(&["rusoto", "azure", "amazon", "google-apis", "aws-lambda", "aws-lambda-functions"]), &[("network-programming", 1.3, 0.3), ("web-programming", 1.2, 0.1), ("algorithms", 0.8, 0.), ("no-std", 0.7, 0.), ("multimedia::video", 0.9, 0.), ("cryptography::cryptocurrencies", 0.6, 0.)]),
(Cond::Any(&["compress", "compression", "rar", "archive", "archives", "zip", "gzip"]),
- &[("compression", 1.3, 0.3), ("cryptography", 0.7, 0.), ("games", 0.4, 0.), ("command-line-interface", 0.4, 0.), ("command-line-utilities", 0.8, 0.), ("development-tools::testing", 0.6, 0.), ("development-tools::profiling", 0.2, 0.)]),
+ &[("compression", 1.3, 0.3), ("cryptography", 0.7, 0.), ("games", 0.4, 0.), ("asynchronous", 0.9, 0.),
+ ("command-line-interface", 0.4, 0.), ("command-line-utilities", 0.8, 0.), ("development-tools::testing", 0.6, 0.), ("development-tools::profiling", 0.2, 0.)]),
(Cond::Any(&["zlib", "libz", "7z", "lz4", "adler32", "brotli", "huffman", "xz", "lzma", "decompress", "deflate"]),
&[("compression", 1.3, 0.3), ("cryptography", 0.6, 0.), ("parsing", 0.6, 0.), ("games", 0.4, 0.), ("command-line-interface", 0.4, 0.),
("command-line-utilities", 0.8, 0.), ("development-tools::testing", 0.6, 0.), ("development-tools::profiling", 0.2, 0.)]),
@@ -526,10 +528,11 @@ lazy_static! {
(Cond::Any(&["simulation", "simulator"]), &[("simulation", 1.3, 0.3), ("emulators", 1.15, 0.1), ("multimedia::encoding", 0.8, 0.)]),
(Cond::Any(&["real-time", "realtime"]), &[("simulation", 1.1, 0.0), ("parser-implementations", 0.6, 0.)]),
(Cond::All(&["software", "implementation"]), &[("simulation", 1.3, 0.), ("emulators", 1.2, 0.), ("development-tools", 0.8, 0.)]),
- (Cond::Any(&["animation", "anim"]), &[("multimedia", 1.2, 0.), ("multimedia::video", 1.2, 0.1), ("rendering", 1.1, 0.), ("simulation", 0.7, 0.)]),
+ (Cond::Any(&["animation", "anim"]), &[("multimedia", 1.2, 0.), ("multimedia::video", 1.2, 0.1), ("asynchronous", 0.9, 0.), ("rendering", 1.1, 0.), ("simulation", 0.7, 0.)]),
(Cond::Any(&["rsync", "xmpp", "ldap", "openssh", "ssh", "socks5", "elb", "iptables", "kademlia", "bittorrent", "sctp", "docker"]),
- &[("network-programming", 1.2, 0.2), ("web-programming", 0.6, 0.), ("development-tools::testing", 0.5, 0.), ("algorithms", 0.9, 0.),("os::windows-apis", 0.6, 0.)]),
+ &[("network-programming", 1.2, 0.2), ("web-programming", 0.6, 0.), ("development-tools::testing", 0.5, 0.),
+ ("algorithms", 0.9, 0.), ("asynchronous", 0.9, 0.), ("os::windows-apis", 0.6, 0.)]),
(Cond::Any(&["bot", "netsec", "waf", "curl", "net", "notification", "chat"]),
&[("network-programming", 1.1, 0.1), ("web-programming", 1.1, 0.1), ("parsing", 0.8, 0.), ("data-structures", 0.8, 0.),
("development-tools::procedural-macro-helpers", 0.7, 0.), ("rendering::graphics-api", 0.9, 0.)]),
@@ -539,7 +542,7 @@ lazy_static! {
&[("network-programming", 1.1, 0.1), ("filesystem", 0.7, 0.), ("memory-management", 0.5, 0.), ("asynchronous", 0.8, 0.), ("algorithms", 0.8, 0.), ("text-processing", 0.8, 0.),
("command-line-interface", 0.5, 0.), ("development-tools::procedural-macro-helpers", 0.8, 0.), ("development-tools::build-utils", 0.6, 0.)]),
(Cond::Any(&["ipfs", "io"]), &[("network-programming", 1.2, 0.1), ("filesystem", 1.3, 0.1), ("cryptography", 0.8, 0.), ("text-processing", 0.7, 0.), ("command-line-interface", 0.5, 0.)]),
- (Cond::Any(&["irc", "bot"]), &[("network-programming", 1.2, 0.1), ("asynchronous", 0.8, 0.)]),
+ (Cond::Any(&["irc", "dht", "bot"]), &[("network-programming", 1.2, 0.1), ("asynchronous", 0.8, 0.)]),
(Cond::Any(&["pipe", "read", "write"]), &[("filesystem", 1.1, 0.), ("development-tools::profiling", 0.6, 0.), ("science", 0.8, 0.)]),
(Cond::Any(&["pointers", "pointer", "slices", "primitive", "primitives", "clone-on-write"]),
@@ -668,7 +671,7 @@ lazy_static! {
(Cond::Any(&["version"]), &[("development-tools::profiling", 0.6, 0.)]),
(Cond::Any(&["bump", "changelog"]), &[("development-tools", 1.2, 0.), ("development-tools::profiling", 0.6, 0.)]),
- (Cond::Any(&["distributed"]), &[("text-processing", 0.4, 0.), ("encoding", 0.8, 0.), ("command-line-interface", 0.4, 0.)]),
+
(Cond::Any(&["filter", "download", "downloader"]), &[("command-line-utilities", 0.75, 0.), ("command-line-interface", 0.5, 0.), ("data-structures", 0.8, 0.)]),
(Cond::Any(&["error"]), &[("command-line-utilities", 0.5, 0.), ("command-line-interface", 0.7, 0.), ("games", 0.7, 0.)]),
(Cond::Any(&["serde", "encoding", "encode", "binary"]), &[("encoding", 1.3, 0.1), ("command-line-utilities", 0.5, 0.), ("command-line-interface", 0.7, 0.), ("development-tools::cargo-plugins", 0.8, 0.)]),
@@ -695,7 +698,7 @@ lazy_static! {
(Cond::Any(&["command-line-utility"]), &[("command-line-utilities", 1.2, 0.4)]),
(Cond::All(&["command", "line"]), &[("command-line-utilities", 1.15, 0.1), ("command-line-interface", 1.15, 0.)]),
(Cond::Any(&["commandline", "command-line", "cmdline"]),
- &[("command-line-utilities", 1.1, 0.1), ("command-line-interface", 1.1, 0.), ("development-tools::ffi", 0.7, 0.)]),
+ &[("command-line-utilities", 1.1, 0.1), ("command-line-interface", 1.1, 0.), ("rust-patterns", 0.8, 0.), ("development-tools::ffi", 0.7, 0.)]),
(Cond::Any(&["has:is_build", "has:is_dev"]), &[("os::windows-apis", 0.9, 0.), ("development-tools", 1.1, 0.),
("science", 0.8, 0.), ("science::math", 0.8, 0.), ("games", 0.8, 0.), ("value-formatting", 0.9, 0.)]),
@@ -728,7 +731,7 @@ lazy_static! {
(Cond::All(&["text", "editor"]), &[("text-editors", 1.4, 0.4), ("text-processing", 0.8, 0.), ("parsing", 0.5, 0.), ("internationalization", 0.1, 0.)]),
(Cond::Any(&["repl", "pack"]), &[("parsing", 0.9, 0.)]),
- (Cond::Any(&["cli"]), &[("command-line-utilities", 1.1, 0.), ("command-line-interface", 1.1, 0.)]),
+ (Cond::Any(&["cli"]), &[("command-line-utilities", 1.1, 0.), ("command-line-interface", 1.1, 0.), ("rust-patterns", 0.6, 0.)]),
(Cond::Any(&["tui"]), &[("command-line-interface", 1.1, 0.05)]),
(Cond::Any(&["dep:clap", "dep:structopt"]), &[("command-line-utilities", 1.1, 0.), ("command-line-interface", 0.9, 0.)]),
(Cond::All(&["curses", "interface"]), &[("command-line-interface", 1.1, 0.05)]),
@@ -736,7 +739,8 @@ lazy_static! {
(Cond::Any(&["terminal", "ncurses", "curses", "ansi", "progressbar", "vt100", "ansi_term"]),
&[("command-line-interface", 1.2, 0.1), ("multimedia::images", 0.1, 0.), ("multimedia", 0.4, 0.), ("rendering::engine", 0.7, 0.), ("no-std", 0.9, 0.), ("wasm", 0.9, 0.),
("science::math", 0.8, 0.), ("command-line-utilities", 0.75, 0.), ("internationalization", 0.9, 0.), ("algorithms", 0.8, 0.),
- ("development-tools::procedural-macro-helpers", 0.7, 0.), ("memory-management", 0.5, 0.), ("development-tools::cargo-plugins", 0.9, 0.), ("emulators", 0.5, 0.)]),
+ ("development-tools::procedural-macro-helpers", 0.7, 0.), ("memory-management", 0.5, 0.), ("rust-patterns", 0.8, 0.),
+ ("development-tools::cargo-plugins", 0.9, 0.), ("emulators", 0.5, 0.)]),
(Cond::Any(&["term", "xterm", "console", "isatty", "readline", "repl", "getopts", "readline-implementation"]),
&[("command-line-interface", 1.2, 0.1), ("multimedia::images", 0.1, 0.), ("multimedia", 0.4, 0.), ("no-std", 0.9, 0.), ("wasm", 0.9, 0.),
("science::math", 0.8, 0.), ("hardware-support", 0.7, 0.), ("command-line-utilities", 0.75, 0.), ("internationalization", 0.9, 0.),
@@ -905,8 +909,10 @@ lazy_static! {
(Cond::All(&["web", "framework"]), &[("web-programming", 1.4, 0.2), ("web-programming::http-server", 1.2, 0.), ("command-line-utilities", 0.75, 0.)]),
(Cond::Any(&["wamp", "nginx", "apache"]), &[("web-programming::http-server", 1.2, 0.1), ("web-programming::websocket", 0.9, 0.), ("filesystem", 0.7, 0.), ("command-line-utilities", 0.75, 0.)]),
(Cond::Any(&["http", "dns", "dnssec", "grpc", "rpc", "json-rpc", "jsonrpc", "json-api", "jwt", "statsd", "telemetry"]),
- &[("network-programming", 1.2, 0.), ("web-programming::websocket", 0.88, 0.), ("parsing", 0.9, 0.), ("encoding", 0.8, 0.), ("config", 0.9, 0.), ("rendering::data-formats", 0.5, 0.),
- ("value-formatting", 0.8, 0.), ("data-structures", 0.7, 0.), ("rust-patterns", 0.8, 0.), ("command-line-utilities", 0.9, 0.), ("development-tools", 0.9, 0.), ("development-tools::testing", 0.9, 0.)]),
+ &[("network-programming", 1.2, 0.), ("web-programming::websocket", 0.88, 0.), ("parsing", 0.9, 0.), ("encoding", 0.8, 0.),
+ ("config", 0.9, 0.), ("rendering::data-formats", 0.5, 0.), ("asynchronous", 0.9, 0.),
+ ("value-formatting", 0.8, 0.), ("data-structures", 0.7, 0.), ("rust-patterns", 0.8, 0.),
+ ("command-line-utilities", 0.9, 0.), ("development-tools", 0.9, 0.), ("development-tools::testing", 0.9, 0.)]),
(Cond::Any(&["backend", "server-sent"]), &[("web-programming::http-server", 1.2, 0.1), ("command-line-utilities", 0.8, 0.)]),
(Cond::Any(&["client"]), &[("web-programming", 1.1, 0.), ("network-programming", 1.1, 0.), ("web-programming::http-server", 0.9, 0.),
("development-tools::cargo-plugins", 0.8, 0.), ("value-formatting", 0.8, 0.)]),