pub const fn rust() -> &'static str {
""
}
pub const fn python() -> &'static str {
""
}
pub const fn javascript() -> &'static str {
""
}
pub const fn typescript() -> &'static str {
""
}
pub const fn go() -> &'static str {
""
}
pub const fn java() -> &'static str {
""
}
pub const fn c() -> &'static str {
""
}
pub const fn cpp() -> &'static str {
""
}
pub const fn csharp() -> &'static str {
""
}
pub const fn ruby() -> &'static str {
""
}
pub const fn php() -> &'static str {
""
}
pub const fn swift() -> &'static str {
""
}
pub const fn kotlin() -> &'static str {
""
}
pub const fn scala() -> &'static str {
""
}
pub const fn elixir() -> &'static str {
""
}
pub const fn erlang() -> &'static str {
""
}
pub const fn haskell() -> &'static str {
""
}
pub const fn lua() -> &'static str {
""
}
pub const fn perl() -> &'static str {
""
}
pub const fn r() -> &'static str {
"ï³’"
}
pub const fn julia() -> &'static str {
""
}
pub const fn dart() -> &'static str {
""
}
pub const fn clojure() -> &'static str {
""
}
pub const fn react() -> &'static str {
""
}
pub const fn vue() -> &'static str {
"﵂"
}
pub const fn angular() -> &'static str {
""
}
pub const fn svelte() -> &'static str {
""
}
pub const fn nodejs() -> &'static str {
""
}
pub const fn deno() -> &'static str {
""
}
pub const fn django() -> &'static str {
""
}
pub const fn rails() -> &'static str {
""
}
pub const fn laravel() -> &'static str {
""
}
pub const fn spring() -> &'static str {
""
}
pub const fn dotnet() -> &'static str {
""
}
pub const fn docker() -> &'static str {
""
}
pub const fn kubernetes() -> &'static str {
"󱃾"
}
pub const fn aws() -> &'static str {
""
}
pub const fn azure() -> &'static str {
""
}
pub const fn gcp() -> &'static str {
""
}
pub const fn terraform() -> &'static str {
""
}
pub const fn ansible() -> &'static str {
""
}
pub const fn jenkins() -> &'static str {
""
}
pub const fn nginx() -> &'static str {
""
}
pub const fn apache() -> &'static str {
""
}
pub const fn postgresql() -> &'static str {
""
}
pub const fn mysql() -> &'static str {
""
}
pub const fn mongodb() -> &'static str {
""
}
pub const fn redis() -> &'static str {
""
}
pub const fn elasticsearch() -> &'static str {
""
}
pub const fn sqlite() -> &'static str {
""
}
pub const fn linux() -> &'static str {
""
}
pub const fn ubuntu() -> &'static str {
""
}
pub const fn debian() -> &'static str {
""
}
pub const fn fedora() -> &'static str {
""
}
pub const fn arch() -> &'static str {
""
}
pub const fn apple() -> &'static str {
""
}
pub const fn windows() -> &'static str {
""
}
pub const fn android() -> &'static str {
""
}
pub const fn ios() -> &'static str {
""
}
pub const fn vim() -> &'static str {
""
}
pub const fn neovim() -> &'static str {
""
}
pub const fn vscode() -> &'static str {
""
}
pub const fn emacs() -> &'static str {
""
}
pub const fn sublime() -> &'static str {
""
}
pub const fn intellij() -> &'static str {
""
}
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn test_dev_icons() {
assert_eq!(rust(), "");
assert_eq!(docker(), "");
assert_eq!(linux(), "");
}
}