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
{{ message }}
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
I tried to get it to work with Rust stable for days and had to find out that it's unfortunately not possible right now.
All menu library functions are behind a feature gate meaning that ncurses-rs as it is right now still compiles with Rust stable and won't break for anyone. It's like an opt-in extra feature for those using rust nightly.
But if you really don't want any unstable code in ncurses-rs you may also wait until the CString reform lands in Rust stable.
You are right. I've done a short test and everything seems to work fine when compiling it with stable. Should be ok to remove the notice saying that it requires nightly at this point.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Originally posted by @tsurai in #87 (comment)
Being new to Rust, I can't be sure, but it looks like CString is stable now. Can we remove the nightly requirement?
The text was updated successfully, but these errors were encountered: