jonysy / miro

A modern computer vision platform.
7 stars 1 forks source link

Move crates into modules #27

Open jonysy opened 7 years ago

jonysy commented 7 years ago

The current setup is becoming unmanageable. Having multiple crates is pointless, as I doubt the crates will ever be used independent of other sibling crates. Using modules instead of crates would also make integration tests a lot easier to code.

Also, the current setup isn't really approachable for potential contributors.