adr-workspace-restructuring #33
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
geomind_code/my_fs!33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "adr-workspace-restructuring"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For Rawda to verify
Split my_fs into a Cargo workspace
Issues
#34
Problem
my_fs is a single monolithic crate containing everything — FUSE filesystem, HTTP flist hub server, CLI tools, storage backends, metadata layer, container
conversion, and scripting — all behind feature flags in one src/ directory.
This causes:
Proposal
Split into a Cargo workspace with clear layered crates:
Expected outcome
Acceptance criteria