summaryrefslogtreecommitdiffstats
path: root/buffered-reader/src/mod.rs
blob: 856a295b3bd85300a393e5581fdf7f7b1b894d5c (plain)
1
2
3
4
//! An improved `BufRead` interface.

// Hack so that the file doesn't have to be named mod.rs.
include!("buffered_reader.rs");