tinybmp 0.3.3

No-std, low memory footprint BMP image loader
Documentation
[[test]]
name = "embedded_graphics"
[badges.circle-ci]
branch = "master"
repository = "embedded-graphics/tinybmp"
[dependencies.embedded-graphics]
version = "0.7.1"

[dependencies.nom]
default-features = false
version = "6.0.1"

[package]
authors = ["James Waples <james@wapl.es>", "Ralf Fuest <mail@rfuest.de>"]
categories = ["embedded", "no-std", "multimedia::images"]
description = "No-std, low memory footprint BMP image loader"
documentation = "https://docs.rs/tinybmp"
edition = "2018"
exclude = ["/.github/", "/.circleci/", ".gitignore"]
keywords = ["graphics", "embedded-graphics", "bmp", "bitmap", "image"]
license = "MIT OR Apache-2.0"
name = "tinybmp"
readme = "./README.md"
repository = "https://github.com/embedded-graphics/tinybmp"
version = "0.3.3"