Crates.io | distiller |
lib.rs | distiller |
version | 3.0.1 |
source | src |
created_at | 2020-09-28 15:30:19.609349 |
updated_at | 2024-11-25 18:23:36.919565 |
description | distiller is a command line tool written in rust, used for extracting comment from source code and storing the results into a queryable sqlite database. |
homepage | |
repository | https://github.com/chimbosonic/distiller/ |
max_upload_size | |
id | 293729 |
size | 62,020 |
distiller
is a command line tool written in rust, used for extracting comment from source code and storing the results into a queryable sqlite database.
distiller
is written in Rust. You can clone the repo and run to compile and install the binary to ${HOME}/.cargo/bin/distiller
cargo install --path .
You can also run
cargo install distiller
This will install it from crates.io to ${HOME}/.cargo/bin/distiller
distiller --help
distiller is a command line tool written in rust, used for extracting comment from source code and storing the results into a queryable sqlite database.
Usage: distiller [OPTIONS] --input <INPUT>
Options:
-o, --output <OUTPUT> Sets the output db file defaults to results.db
-i, --input <INPUT> Sets the source directory to parse
-h, --help Print help
-V, --version Print version
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.