Skip to content

Untangle the type dependencies

Ghost User requested to merge untangle into master

This one refactors the code and moves it around a bit, so the modules don't depend on each other in a circular manner. This is the first step to allow splitting the codebase into sub-crates within a workspace (it is not clear if we really want that, though).

Closes #15 (closed).

Merge request reports