is inspired by and the books from Adam Tornhill.
- Your Code as a Crime Scene
- Software Design X-Rays
It is a reimplementation of Adam's Code Maat but in pure Rust.
Why?
- There is hope, that the Rust implementation will be must faster for larger code bases. There are libraries addressing git and cloc. Thus, everything can be performed within one process with very fast algorithms.
- The strong type system and the guarantees for memory safety and thread safety allow for robust code.
- Build in testing capabilities allows test driven implementations from the beginning.
It starts as a playground. Contribution policies, a roadmap, etc will be next. If you want to be part of the game. Just contact me.