xbm-rs (xbm
) is a XBM encoding and decoding library in
pure Rust.
This crate supports the X version 11 bitmap file format.
Add this to your Cargo.toml
:
[dependencies]
xbm = "0.1.2"
Enables the image
crate support.
See the documentation for more details.
The minimum supported Rust version (MSRV) of this library is v1.74.0.
The upstream repository is available at https://github.com/sorairolake/xbm-rs.git.
The source code is also available at:
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
Copyright © 2024 Shun Sakai (see AUTHORS.adoc)
This library is distributed under the terms of either the Apache License 2.0 or the MIT License.
This project is compliant with version 3.2 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.