This is a library for writing Luthien plugins in Rust.
Add the library to your Cargo.toml:
```toml
[dependencies]
luthien = "0.1"
```
You can view the documentation [here](https://docs.rs/luthien-plugin) on docs.rs.
`luthien-plugin` has two feature flags:
- -
By default, `io` is enabled and `palette` is disabled.