I do expect normal API churn from now on, no drastic changes. So I think it'd be ok to remove this warning. Especially since the versions still start with 0.0..
One thing that may happen soon is to allow users to write their own Input and Output impls. But that should only change parts of the API that are currently #[doc(hidden)].
I do expect normal API churn from now on, no drastic changes. So I think it'd be ok to remove this warning. Especially since the versions still start with
0.0.
.One thing that may happen soon is to allow users to write their own
Input
andOutput
impls. But that should only change parts of the API that are currently#[doc(hidden)]
.