precompress_static 0.1.6

Brotli pre-compression for http static content
Documentation
1
2
3
4
5
6
7
8
mod ext;
mod hash;
mod op;
pub use op::Operation;
#[cfg(feature = "async")]
pub mod r#async;
#[cfg(feature = "sync")]
pub mod sync;