- Install LLDB extension
- Debug config with LLDB
tasks.json
no longer needed
cargo build -p crop_circles
cargo run -p crop_circles
cargo build --release -p crop_circles
- workspace root's manifest
Cargo.toml
under root- See
resolver
This project is developed for personal and educational purposes. Feel free to explore and use it to enhance your own learning in Rust and algorithm.
Given the nature of the project, external contributions are not actively sought nor encouraged. However, constructive feedback aimed at improving the projects (in terms of speed, accuracy, comprehensiveness, etc.) is welcome. Please note that this project is being created as a hobby and is unlikely to be maintained once my initial goal has been achieved.