Module prelude

Source
Expand description

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::*;