graphql_minify/
lib.rs

1mod block_string;
2mod lexer;
3mod minify;
4pub use minify::minify;
5pub use lexer::LexingError;