You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to let you know that I added support for NonZero<char> to rustc (rust-lang/rust#141001), which should hit stable in 1.89 (currently in beta I think). I want to use it to make C strings safer: rust-lang/literal-escaper#15.
I didn't know about this crate before, and I'm curious what you're using it for.