BugStalker icon indicating copy to clipboard operation
BugStalker copied to clipboard

Refactor the codebase into smaller crates

Open brunbjerg opened this issue 7 months ago • 0 comments

In Rust the fundamental compilation unit is the crate as opposed to the header files from C++.

That means that the compilation times, even for very smaller changes are huge, even for small modification to the source code.

Further, additional crates enforce purposeful decoupling of systems that does not belong together

brunbjerg avatar Jun 11 '25 13:06 brunbjerg