std: Stabilize portions of the io module by alexcrichton · Pull Request #23010 · rust-lang/rust (original) (raw)

The new io module has had some time to bake and this commit stabilizes some of the utilities associated with it. This commit also deprecates a number of std::old_io::util functions and structures.

These items are now #[stable]

These items remain #[unstable]

These items are now #[deprecated] in old_io

[breaking-change]