cvm12-rs/README.md

14 lines
292 B
Markdown
Raw Normal View History

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