magic_kernel/
lib.rs

1mod imagef64;
2mod kernel;
3mod resize;
4
5pub use imagef64::ImageF64;
6pub use resize::{magic_resize, Version};