We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702767d commit d7b6502Copy full SHA for d7b6502
src/libstd/prelude.rs
@@ -67,6 +67,7 @@ pub use num::{Orderable, Signed, Unsigned, Round};
67
pub use num::{Primitive, Int, Float, ToStrRadix, ToPrimitive, FromPrimitive};
68
pub use path::{GenericPath, Path, PosixPath, WindowsPath};
69
pub use ptr::RawPtr;
70
+pub use rt::io::{Writer, Reader, Seek};
71
pub use send_str::{SendStr, SendStrOwned, SendStrStatic, IntoSendStr};
72
pub use str::{Str, StrVector, StrSlice, OwnedStr};
73
pub use to_bytes::IterBytes;
0 commit comments