14 lines
292 B
Markdown
14 lines
292 B
Markdown
|
# 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...
|