gabotechs/dep-tree

r# in Rust

Closed this issue · 0 comments

The Rust language allows to prefix imported modules with r#, so that if the module is named after a reserver keyword, like async, then it's interpreted as a raw string, and therefore a module name instead of the actual async keyword.