Crates.io | binary_image |
lib.rs | binary_image |
version | |
source | src |
created_at | 2024-11-28 14:31:55.527575 |
updated_at | 2024-12-11 10:41:19.700261 |
description | A library for handling binary images |
homepage | https://github.com/salam99823/binary_image |
repository | https://github.com/salam99823/binary_image |
max_upload_size | |
id | 1464543 |
Cargo.toml error: | TOML parse error at line 29, column 1 | 29 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A Rust library for handling binary images (black and white). This library provides efficient structures and operations for manipulating binary pixel data, making it suitable for image processing tasks.
Add the following to your Cargo.toml
:
[dependencies]
# replace "*" with the most recent version of binary_image
binary_image = "*"