Files
Graphite/libraries/rawkit/src/preprocessing/mod.rs
Elbert Ronnie 8fdecaa487 Rename Raw-rs to Rawkit (#2088)
* Rename within files

* Rename in CI

* Rename the folder and file names

* Rename raw_rs to rawkit

* Add example to README

* Add initial documentation

* Small API changes and extra documentation

* Bump versions and stuff

* Readme improvements

* Merge proc-macro crates into one

* Add README to rawkit-proc-macros

* Remove keywords and categories

* Add licenses to rawkit-proc-macros

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2024-11-03 08:10:39 +00:00

4 lines
77 B
Rust

pub mod scale_to_16bit;
pub mod scale_white_balance;
pub mod subtract_black;