collabvm 1.2 server written in rust (for learning and fun)
|
|
||
|---|---|---|
| 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...