lloydmeta / frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
https://beachape.com/frunk/
MIT License
1.25k stars 56 forks source link

Unicode identifiers #185

Closed ExpHP closed 3 years ago

ExpHP commented 3 years ago

Rust 1.53 has finally stabilized the non_ascii_idents feature!

I do recall that frunk's type-system encoding of strings already supports unicode. Thus it'd be interesting to look into: Does frunk already support these identifiers? If so, we should add some regression tests. If not, we could look into supporting them.