rocket-include-handlebars 0.13.7

This is a crate which provides macros `handlebars_resources_initialize!` and `handlebars_response!` to statically include HBS (Handlebars) files from your Rust project and make them be the HTTP response sources quickly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod handlebars_response;

mod manager;

mod fairing;

mod macros;

pub use fairing::*;
pub use handlebars_response::*;
pub use manager::*;