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
Disclaimer: I'm rather new to rust's world. My question might come from a lack of knowledge of how things work.
I'm interested in using this lib is a small pet project. I have been using rust's stable release so far for that project, which means it will fail to compile cron, which requires some nightly (?) features.
Is this permanent, or does cron aim to support rust stable at some point ?
More generally, is the choice to use nightly features guided by some kind of recommendation ? Should I myself follow those ?