]> git.proxmox.com Git - rustc.git/blob - vendor/minifier/src/lib.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / minifier / src / lib.rs
1 // Take a look at the license at the top of the repository in the LICENSE file.
2
3 #[cfg(feature = "html")]
4 extern crate regex;
5
6 pub mod css;
7 #[cfg(feature = "html")]
8 pub mod html;
9 pub mod js;
10 pub mod json;