BMP Rust

Install

First add bmp-rust to your Cargo.toml file

toml [dependencies] bmp-rust ="0.1.0"

You can now use the crate:

rust use bmp_rust::bmp::BMP;