bmp 0.0.3

Small library for reading and writing BMP images in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "bmp"
version = "0.0.3"
authors = ["Sondre Lefsaker"]

description = "Small library for reading and writing BMP images in Rust"
repository = "https://github.com/sondrele/rust-bmp"

readme = "README.md"

keywords = ["bmp", "image"]

license = "MIT"