rust_project_reader

Crates.iorust_project_reader
lib.rsrust_project_reader
version0.1.8
sourcesrc
created_at2023-03-19 22:33:51.64361
updated_at2024-03-16 14:01:11.725748
descriptionA 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.
homepage
repositoryhttps://github.com/RobertasJ/rust_project_reader
max_upload_size
id814734
size10,550
_Robertas (RobertasJ)

documentation

README

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>
Commit count: 17

cargo fmt