Setup

  1. Modify your Cargo.toml.

    lovm2 = { git = "https://github.com/lausek/lovm2", rev = "7472952" }
    
  2. Run cargo update.

  3. Import lovm2 components into scope using use lovm2::prelude::*;.