collabvm 1.2 server written in rust (for learning and fun)
modeco80
a37d2468c2
Some more helpers (like, `execute_hmp("info block".into())` might be nice to add, for now this works. |
||
---|---|---|
doc | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
rustfmt.toml |
cvm1.2-rs
Stopgap part 4. Mostly made as a experiment, and maybe for production use?.
Usage
There is none, at the moment. Once there is, there will be actual documentation here.
Building
cargo b --release
Unit tests can be run with cargo test
, as is for most rust programs...