diff --git a/static/languages/rust.json b/static/languages/rust.json new file mode 100644 index 000000000..89a55a735 --- /dev/null +++ b/static/languages/rust.json @@ -0,0 +1,79 @@ +{ + "name": "code_c", + "leftToRight": true, + "words": [ + "as", + "async", + "await", + "break", + "const", + "continue", + "crate", + "dyn", + "else", + "enum", + "extern", + "false", + "fn", + "for", + "if", + "impl", + "in", + "let", + "loop", + "match", + "=>", + "->", + "Option", + "Result", + "Some(T)", + "None", + "Ok(T)", + "Err(E)", + "mod", + "move", + "mut", + "&mut", + "pub", + "ref", + "return", + "Self", + "self", + "static", + "struct", + "super", + "trait", + "true", + "type", + "union", + "unsafe", + "use", + "where", + "while", + "panic!()", + "println!(\"{}\", T)", + "(T, E)", + "u8", + "u16", + "u32", + "u64", + "u128", + "usize", + "i8", + "i16", + "i32", + "i64", + "i128", + "isize", + "bool", + "char", + "str", + "&str", + "Vec::new()", + "Vec", + "vec![]", + "HashMap", + "String", + "String::from(\"monkeytype\")" + ] +}