pub fn is_keyword(name: &str) -> bool
Is name a Rust keyword (used to decide whether a mod/use needs adjustment)?
name
mod
use