A buckyball emulator written in Rust
- Build the repo
./scripts/install.sh
- Build the simulator
cd bebop
cargo build --release --bin bebop
- Run the simulation
cd bebop
./target/release/bebop
run in quiet with only workload logs
cargo run --release --bin bebop -- -q