unicode-rs / unicode-xid

Other
48 stars 28 forks source link

Trait should be called UnicodeXid, not UnicodeXID #26

Closed clarfonthey closed 2 years ago

clarfonthey commented 2 years ago

The convention in Rust is to not capitalise initialisms beyond the first letter.

Breakage could be mitigated by exporting the trait twice and deprecating the all-caps version.

Manishearth commented 2 years ago

This crate kinda predates those conventions crystallizing, I'd rather not export two traits.