codebase-flattener 0.1.0

Flatten a Rust (or any) codebase into one file for LLM ingestion.
1
2
3
4
5
6
# justfile
default:
    @just --list --justfile {{justfile()}}
# Watch and rerun your Rust app automatically
watch:
    cargo watch -x run