Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 406 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 406 Bytes

Layout21 Protos Crate

A light wrapper around the Vlsir Rust bindings.

Using Pre-Release Vlsir

To use pre-released git-based versions of vlsir, clone/put the Vlsir repo to a folder named vlsir in this directory, then run the build script to generate the rust bindings:

git clone [email protected]:vlsir/vlsir
cd vlsir
scripts/build.sh
cd -
cargo test