awesome-algorithms-practice/ ├── Cargo.toml # Rust project configuration ├── src/ # Rust source code │ ├── lib.rs # Library root with module declarations │ ├── main.rs # Main entry point (optional) │ ...