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; |
11 |
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; |
11 |