HN user

edgarbob

13 karma
Posts5
Comments9
View on HN

This is one of those things that will make Rust "feel" much more pleasant to work with. More ergonomic, I guess.

It often feels like you're fighting with the Rust compiler, and I think NLL will do a lot to reduce that friction.

Yes, this seems to be the right behavior for case-insensitive things like DNS names as well. If a user inputs one, preserve the case when you store it, but do case-insensitive comparisons.