Crates.io | luthien-plugin |
lib.rs | luthien-plugin |
version | 0.1.0 |
source | src |
created_at | 2021-05-18 04:16:39.724541 |
updated_at | 2021-05-18 04:16:39.724541 |
description | Library for writing Luthien plugins in Rust. |
homepage | |
repository | |
max_upload_size | |
id | 398839 |
size | 11,011 |
This is a library for writing Luthien plugins in Rust.
Add the library to your Cargo.toml:
[dependencies]
luthien = "0.1"
You can view the documentation here on docs.rs.
luthien-plugin
has two feature flags:
io
: Read and write to the I/O pipe.palette
: Deserialize input colors to palette::Srgb
for adjustments/space transformation.By default, io
is enabled and palette
is disabled.