- Move router-* folders into crates/ directory
- Move profiling folder into crates/
- Update Cargo.toml workspace to include new crate locations
- Add node_modules/ and package-lock.json to .gitignore
- Remove node_modules directory from repository
- Create new README.md with project overview and badges
- Move old technical documentation to docs/TECHNICAL_PLAN.md
This reorganization improves the project structure by:
- Consolidating all Rust crates in the crates/ directory
- Following standard Rust workspace conventions
- Cleaning up root directory clutter
- Providing a clear, professional README for new users