Disable use of unstable features without `feature = std`?
I only just realized that this crate only works on nightly if the feature std
is not enabled. It should be possible to hide these unstable things behind a feature, right? Adding a feature called nightly
and just not reexporting any unstable things if that feature is not enabled. Or am I misunderstanding something?