use Read;
use crateValue;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
/// [`Loader`] reads [`Value`] from a file. There are several Loaders depending on the type of file.
/// For example, [`TextWithFrontmatterLoader`] usually loads markdown files, while [`BlobLoader`] loads static resources as-is.
/// Which Loader reads which file is specified by the user in the configuration file `tempura.json`.