Data Structures and Algorithms written in Rust.
upcoming. now please see crates.io
we recommend you to use VSCode and the extension Dev Containers
.
in that case, after the command below completed, you can select Docker: Focus on Container Views
from command palette.
sh
docker compose up -d
if you use VSCode, it gonna be fine to install these extensions.
please run CI before any git commit. in addition to base rust docker image, you should install some dependencies to run CI script. but if you used docker compose, the setup have already done. for CI, don't worry, just do it.
sh
./ci.sh