Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 491 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 491 Bytes

rust-expand-lib

This tool was created just for expand my personal library into one file to use it at competitive programming.

Installation

Run below commands.

$ git clone https://github.com/pogyomo/rust-expand-lib
$ cargo install --path rust-expand-lib

TODO

  • remove #[cfg(test)] attached function/module
  • remove comments
  • add option to remove unnecessary spaces and newlines to shrink output file size