includer_codegen 0.2.1

Dynamically include assets at build time through code generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! 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 utils::Filter;
pub use Assets;
pub use Codegen;
#[cfg(feature = "web")]
pub use WebAssets;