9 releases
0.1.8 | Mar 16, 2024 |
---|---|
0.1.7 | Apr 1, 2023 |
0.1.6 | Mar 28, 2023 |
#121 in Cargo plugins
352 downloads per month
5KB
62 lines
rust_project_reader
A simple program that reads all the fiels of a rust project and copies them to the clipboard. This is useful for using with chatgpt/gpt-4.
Usage
to compile locally
cargo run --release <path_to_project_root>
to use the binary
cargo install rust_project_reader
cargo read <path_to_project_root>
Dependencies
~0.2–7MB
~41K SLoC