Setup
-
Modify your
Cargo.toml.lovm2 = { git = "https://github.com/lausek/lovm2", rev = "7472952" } -
Run
cargo update. -
Import
lovm2components into scope usinguse lovm2::prelude::*;.
Modify your Cargo.toml.
lovm2 = { git = "https://github.com/lausek/lovm2", rev = "7472952" }
Run cargo update.
Import lovm2 components into scope using use lovm2::prelude::*;.