You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My plan is to write multiple, interconnected crates. Each crate will be fairly small, and each crate will operate at a single level of abstraction. These crates will be hosted in this git repo, in a flat crate structure.
I haven't completely figured out exactly how to divide the work between these crates. And the names of the crates will almost certainly change!
Ruff and Polars use a flat crate structure. As do many other projects.
JackKelly
changed the title
Use a flat crate structure for multiple crates
Use a flat crate structure so this git repo can store multiple (interconnected) crates in a single workspace
Mar 18, 2024
My plan is to write multiple, interconnected crates. Each crate will be fairly small, and each crate will operate at a single level of abstraction. These crates will be hosted in this git repo, in a flat crate structure.
I haven't completely figured out exactly how to divide the work between these crates. And the names of the crates will almost certainly change!
Ruff and Polars use a flat crate structure. As do many other projects.
UPDATE: The planned design has been moved to planned_design.md.
Relevant links
The text was updated successfully, but these errors were encountered: