Skip to content

chore: reorganize rust modules (v2)

Alexey Protsenko requested to merge reorganize-modules-2 into master

For ambiguous concepts (such as Entry, Message) use prefix notation instead of suffixes.

digraph.svg

The picture above is plotted with the following script

cargo-modules generate graph \
    --package picodata \
    --lib \
    --with-uses \
    --layout dot \
| xdot

See: https://github.com/regexident/cargo-modules

Edited by Alexey Protsenko

Merge request reports