Setup
-
Modify your
Cargo.toml- Add the latest crates.io version
lovm2 = "0.4.6"- ... or - if you feel lucky - use the current master branch directly
lovm2 = { git = "https://github.com/lausek/lovm2" } -
Run
cargo updateon your terminal -
Import the useful
lovm2modules into scope usinguse lovm2::prelude::*;