collabvm 1.2 server written in rust (for learning and fun)
Go to file
Lily Tsuru a37d2468c2 qmp: cleanup pass + executing commands works
Some more helpers (like, `execute_hmp("info block".into())` might be nice to add, for now this works.
2024-05-09 00:48:42 -04:00
doc qmp: working qmp stuff 2024-05-08 21:33:09 -04:00
src qmp: cleanup pass + executing commands works 2024-05-09 00:48:42 -04:00
.gitignore chore: init, very barren 2024-03-28 11:02:14 -04:00
Cargo.lock qmp: working qmp stuff 2024-05-08 21:33:09 -04:00
Cargo.toml qmp: working qmp stuff 2024-05-08 21:33:09 -04:00
README.md qmp: working qmp stuff 2024-05-08 21:33:09 -04:00
rustfmt.toml chore: init, very barren 2024-03-28 11:02:14 -04:00

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...