algorithm Algorithm in rust. How To Use cd /to/this/repository docker build -t rust_algorithm . docker run -it -v $PWD:/app rust_algorithm In Container cd app cargo run --bin bsrch # Cargo.tomlに定義しているbinのnameを指定してビルド