[][src]Module async_buf_reader_utils::prelude

The async BufReader utils prelude.

The purpose of this module is to alleviate imports for all of the async BufReader utils traits by adding a glob import to the top of heavy modules:

use async_buf_reader_utils::prelude::*;

Re-exports

pub use crate::read_until_index_found::*;