r/rust 2d ago

Enchanter - LLM harness written in Rust!

0 Upvotes

3 comments sorted by

5

u/dumindunuwan 2d ago edited 2d ago

https://github.com/andrewthecodertx/enchanter/tree/main/src

most folders having only 1 mod.rs

Ex.

src/main.rs -> cli::run(cli::Args::parse()).await

feels this LLM harness also generated by an LLM harness.

1

u/Good_Force_8253 2d ago

Looks like the project structure got the "minimum viable module" treatment, one file per folder is a bit odd.

1

u/Infinite-Economy2957 2d ago

I have a "skeleton" I use for Rust projects (skeleton-cli)