web_parser/
prelude.rs

1#![allow(unused_imports)]
2
3pub use crate::{ Result, Error };
4
5pub(crate) use std::format as fmt;
6// pub(crate) use std::collections::HashMap;
7// pub(crate) use std::path::{ Path, PathBuf };
8// pub(crate) use std::sync::Arc;
9// pub(crate) use tokio::sync::{ Mutex, Notify };
10// pub(crate) use std::pin::Pin;
11
12pub(crate) use macron::*;