Vector-based colour manipulators.
Find a file
2025-07-20 21:30:18 +02:00
src Rename project to Hikari; Update readme; 2025-07-20 21:30:18 +02:00
.gitignore Configure lints; License under MPL 2.0; Add changelog; Add Cargo manifest; Add gitignore; Add 'Srgba8' type; Add 'zerocopy' and 'bytemuck' features; Add 'serde' feature; Add 'wgpu' feature; Add 'new' and 'from_u32' constructors to 'Srgba8'; Add 'get' and 'into_u32' destructors to 'Srgba8'; Implement 'Debug' and 'Display' for 'Srgba8'; Implement 'Default' for 'Srgba8'; Implement 'From<(u8, u8, u8, u8)>' and 'From<u32>' for 'Srgba8'; Implement 'Clone' and 'Copy' for 'Srgba8'; Implement 'PartialEq', 'Eq', 'PartialOrd', and 'Ord' for 'Srgba8'; Implement 'zerocopy::FromBytes', 'zerocopy::Immutable', and 'zerocopy::IntoBytes' for 'zerocopy::Srgba8'; Implement 'bytemuck::AnyBitPattern' and 'bytemuck::NoUninit' for 'Srgba8'; Implement 'serde::Deserialize' and 'serde::Serialize' for 'Srgba8'; Implement 'From<Srgba8>' for 'wgpu::Color'; Implement 'Hash' for 'Srgba8'; Enable 'no_std'; 2025-03-08 21:23:09 +01:00
Cargo.toml Rename project to Hikari; Update readme; 2025-07-20 21:30:18 +02:00
CHANGELOG.md Rename project to Hikari; Update readme; 2025-07-20 21:30:18 +02:00
clippy.toml Configure lints; License under MPL 2.0; Add changelog; Add Cargo manifest; Add gitignore; Add 'Srgba8' type; Add 'zerocopy' and 'bytemuck' features; Add 'serde' feature; Add 'wgpu' feature; Add 'new' and 'from_u32' constructors to 'Srgba8'; Add 'get' and 'into_u32' destructors to 'Srgba8'; Implement 'Debug' and 'Display' for 'Srgba8'; Implement 'Default' for 'Srgba8'; Implement 'From<(u8, u8, u8, u8)>' and 'From<u32>' for 'Srgba8'; Implement 'Clone' and 'Copy' for 'Srgba8'; Implement 'PartialEq', 'Eq', 'PartialOrd', and 'Ord' for 'Srgba8'; Implement 'zerocopy::FromBytes', 'zerocopy::Immutable', and 'zerocopy::IntoBytes' for 'zerocopy::Srgba8'; Implement 'bytemuck::AnyBitPattern' and 'bytemuck::NoUninit' for 'Srgba8'; Implement 'serde::Deserialize' and 'serde::Serialize' for 'Srgba8'; Implement 'From<Srgba8>' for 'wgpu::Color'; Implement 'Hash' for 'Srgba8'; Enable 'no_std'; 2025-03-08 21:23:09 +01:00
LICENCE Configure lints; License under MPL 2.0; Add changelog; Add Cargo manifest; Add gitignore; Add 'Srgba8' type; Add 'zerocopy' and 'bytemuck' features; Add 'serde' feature; Add 'wgpu' feature; Add 'new' and 'from_u32' constructors to 'Srgba8'; Add 'get' and 'into_u32' destructors to 'Srgba8'; Implement 'Debug' and 'Display' for 'Srgba8'; Implement 'Default' for 'Srgba8'; Implement 'From<(u8, u8, u8, u8)>' and 'From<u32>' for 'Srgba8'; Implement 'Clone' and 'Copy' for 'Srgba8'; Implement 'PartialEq', 'Eq', 'PartialOrd', and 'Ord' for 'Srgba8'; Implement 'zerocopy::FromBytes', 'zerocopy::Immutable', and 'zerocopy::IntoBytes' for 'zerocopy::Srgba8'; Implement 'bytemuck::AnyBitPattern' and 'bytemuck::NoUninit' for 'Srgba8'; Implement 'serde::Deserialize' and 'serde::Serialize' for 'Srgba8'; Implement 'From<Srgba8>' for 'wgpu::Color'; Implement 'Hash' for 'Srgba8'; Enable 'no_std'; 2025-03-08 21:23:09 +01:00
README.md Rename project to Hikari; Update readme; 2025-07-20 21:30:18 +02:00

光 Hikari

Vector-based colour manipulators.