Slava Shklyaev
Results
2
comments of
Slava Shklyaev
I'm not aware of an existing Rust minifier. The bundler currently runs `rustfmt` on a stringified `TokenStream`, which look like this: ``` fn main ( ) { println ! (...
It's true that the inputs and outputs could be configurable. I used the bundler executable as part of a [bash pipeline](https://github.com/slava-sh/agarcup/blob/master/script/submit) and just didn't need more flexibility. I don't think...