class Rouge::Lexers::Rust
def self.keywords
def self.keywords @keywords ||= %w( as assert break const copy do drop else enum extern fail false fn for if impl let log loop match mod move mut priv pub pure ref return self static struct true trait type unsafe use while ) end