/* Language: Rust Author: Andrey Vlasovskikh Contributors: Roman Shmatov */ function(hljs) { return { aliases: ['rs'], keywords: 'alignof as be box break const continue crate do else enum extern ' + 'false fn for if impl in let loop match mod mut offsetof once priv ' + 'proc pub pure ref return self sizeof static struct super trait true ' + 'type typeof unsafe unsized use virtual while yield ' + 'int i8 i16 i32 i64 ' + 'uint u8 u32 u64 ' + 'float f32 f64 ' + 'str char bool', illegal: '' } ] }; }