loco-rs / loco

🚂 🦀 The one-person framework for Rust for side-projects and startups
https://loco.rs
Apache License 2.0
5.02k stars 207 forks source link

reduce monorepo footprint #881

Open jondot opened 1 day ago

jondot commented 1 day ago

In order to make build folder take less space, and to ease up on rust-analyzer, we'd like to

joshka commented 1 day ago

I really like that you have a mono-repo - it's a plus when you can just make changes and have them coherent with the rest of the repo. This is fairly small project all things considered - larger by at least two orders of magnitude git repos are still good for monorepos IMHO.

What's the problem with r-a that you're hitting?