-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Related: #1
The current RFC maps foo/bar to foo_bar in Rust code.
There are alternate mappings that can be selected
The proposal suggests mapping
foo/bartofoo_bar, but as mentioned in the typosquatting section, this has problems. There may be other mappings that work out better:
foo::bar(see section above)foo::crate::barfoo::/bar~foo::barand the like.