better RAC client
Go to file
2025-02-09 12:05:36 +03:00
.gitignore fix 1.99.2 2025-02-09 12:05:36 +03:00
Cargo.lock fix 1.99.2 2025-02-09 12:05:36 +03:00
Cargo.toml fix 1.99.2 2025-02-09 12:05:36 +03:00
LICENSE license 2025-02-09 01:23:35 +03:00
main.rs fix 1.99.2 2025-02-09 12:05:36 +03:00
README.md fix 1.99.2 2025-02-09 12:05:36 +03:00

bRAC

better RAC client

how to use

rustc main.rs -o main # build
./main                # run
cargo build # build with cargo
cargo run   # run with cargo