modeco80
4cda248591
I really should probably maybehapsibly split this out into a cargo workspace but /shrug, I'll do it if this gets too annoying. I've split out a lot of code into new modules, just to be cleaner about organization.
13 lines
292 B
Markdown
13 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...
|