include_flate_codegen_exports/
lib.rs

1#[cfg_attr(feature = "stable", proc_macro_hack::proc_macro_hack)]
2pub use include_flate_codegen::deflate_file;
3
4#[cfg_attr(feature = "stable", proc_macro_hack::proc_macro_hack)]
5pub use include_flate_codegen::deflate_utf8_file;