5 releases

Uses new Rust 2024

new 0.2.0 Mar 23, 2025
0.1.3 Nov 8, 2024
0.1.2 Oct 28, 2024
0.1.1 Oct 26, 2024
0.1.0 Oct 14, 2024

#538 in Images

Download history 16/week @ 2024-12-02 65/week @ 2024-12-09 20/week @ 2024-12-16 65/week @ 2024-12-30 139/week @ 2025-01-06 20/week @ 2025-01-13 13/week @ 2025-01-20 67/week @ 2025-01-27 39/week @ 2025-02-03 99/week @ 2025-02-10 147/week @ 2025-02-17 24/week @ 2025-02-24 31/week @ 2025-03-03 26/week @ 2025-03-10 31/week @ 2025-03-17

130 downloads per month
Used in 2 crates

Apache-2.0 OR MIT

37KB
542 lines

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.

The source code is also available at:

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.

Dependencies

~1.5MB
~28K SLoC