//! A prelude of everything an average user will import.
//!
//! This exports everything that an average user imports for basic use of this
//! library. If you are looking for tools to help you write your own asset
//! pipeline with [`Pipeline`], then you should check out [`utils`].
//!
//! [`Pipeline`]: ../trait.Pipeline.html
//! [`utils`]: ../utils/index.html
pub use Filter;
pub use Assets;
pub use Codegen;
pub use WebAssets;