p-chan 0.2.0

Multimedia (Audio, Raster) Channel Newtypes and Conversions
Documentation
# ![P-Chan]res/icon.png

[![tests](https://github.com/AldaronLau/p-chan/actions/workflows/ci.yml/badge.svg)](https://github.com/AldaronLau/p-chan/actions/workflows/ci.yml)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/AldaronLau/p-chan)](https://github.com/AldaronLau/p-chan/)
[![GitHub contributors](https://img.shields.io/github/contributors/AldaronLau/p-chan)](https://github.com/AldaronLau/p-chan/graphs/contributors)  
[![Crates.io](https://img.shields.io/crates/v/p-chan)](https://crates.io/crates/p-chan)
[![Crates.io](https://img.shields.io/crates/d/p-chan)](https://crates.io/crates/p-chan)
[![Crates.io (recent)](https://img.shields.io/crates/dr/p-chan)](https://crates.io/crates/p-chan)  
[![Crates.io](https://img.shields.io/crates/l/p-chan)](https://github.com/search?q=repo%3AAldaronLau%2Fp-chan+path%3A**%2FLICENSE*&type=code)
[![Docs.rs](https://docs.rs/p-chan/badge.svg)](https://docs.rs/p-chan/)

Multimedia (Audio, Raster) Channel Newtypes and Conversions

### Features

 - Unsigned and signed integer and float channel newtypes
 - Conversion between channel formats
 - `const`-compatible operations on channel types

### Supported Platforms

P-Chan targets all platforms that can run Rust, and contains no
platform-specific code.

## MSRV

The current MSRV is Rust 1.85.

Any future MSRV updates will follow the [Ardaku MSRV guidelines].

## License

Copyright © 2025 The P-Chan Contributors.

Licensed under any of
 - Apache License, Version 2.0, ([LICENSE\_APACHE] or
   <https://www.apache.org/licenses/LICENSE-2.0>)
 - Boost Software License, Version 1.0, ([LICENSE\_BOOST] or
   <https://www.boost.org/LICENSE_1_0.txt>)
 - MIT License, ([LICENSE\_MIT] or <https://mit-license.org/>)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as described above, without any additional terms or conditions.

## Help

If you want help using or contributing to this library, feel free to send me an
email at <aldaronlau@gmail.com>.

[LICENSE\_APACHE]: https://github.com/AldaronLau/p-chan/blob/v0/LICENSE_APACHE
[LICENSE\_MIT]: https://github.com/AldaronLau/p-chan/blob/v0/LICENSE_MIT
[LICENSE\_BOOST]: https://github.com/AldaronLau/p-chan/blob/v0/LICENSE_BOOST
[Ardaku MSRV guidelines]: https://github.com/ardaku/.github/blob/v1/profile/MSRV.md