xbm

Crates.ioxbm
lib.rsxbm
version0.2.1
created_at2024-10-14 15:08:35.959362+00
updated_at2025-08-22 13:59:50.248989+00
descriptionXBM encoding and decoding library
homepage
repositoryhttps://github.com/sorairolake/xbm-rs
max_upload_size
id1408374
size85,225
Shun Sakai (sorairolake)

documentation

https://docs.rs/xbm

README

xbm-rs

CI Version MSRV Docs License

xbm-rs (xbm) is a XBM encoding and decoding library in pure Rust.

This crate supports the X version 11 bitmap file format.

Usage

Run the following command in your project directory:

cargo add xbm

Crate features

image

Enables the image crate support.

Documentation

See the documentation for more details.

Minimum supported Rust version

The minimum supported Rust version (MSRV) of this library is v1.85.0.

Source code

The upstream repository is available at https://github.com/sorairolake/xbm-rs.git.

Changelog

Please see CHANGELOG.adoc.

Contributing

Please see CONTRIBUTING.adoc.

License

Copyright (C) 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.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.

Commit count: 118

cargo fmt