bitmap_writer 0.1.0

Write a 1-bit/monocolor bitmap from a buffer to a buffer or terminal
Documentation
[dependencies.io-streams]
optional = true
version = "0.16.3"

[dev-dependencies.chrono]
version = "0.4"

[[example]]
name = "ansi_position"
path = "examples/ansi_position.rs"
required-features = ["std"]

[[example]]
name = "ansi_reset"
path = "examples/ansi_reset.rs"
required-features = ["std"]

[[example]]
name = "bitmap"
path = "examples/bitmap.rs"
required-features = ["std"]

[[example]]
name = "bitmap_unaligned"
path = "examples/bitmap_unaligned.rs"
required-features = ["std"]

[[example]]
name = "clock"
path = "examples/clock.rs"
required-features = ["std"]

[[example]]
name = "frames"
path = "examples/frames.rs"
required-features = ["std"]

[features]
std = ["io-streams"]

[lib]
name = "bitmap_writer"
path = "src/lib.rs"

[package]
authors = ["Sascha Klick <rustdev@sklick.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["visualization", "command-line-interface"]
description = "Write a 1-bit/monocolor bitmap from a buffer to a buffer or terminal"
edition = "2024"
homepage = "https://github.com/saschaklick/bitmap_writer"
keywords = ["cli", "terminal", "graphics", "image", "bitmap"]
license = "MIT"
name = "bitmap_writer"
readme = "README.md"
repository = "https://github.com/saschaklick/bitmap_writer"
version = "0.1.0"