robot36-encoder 0.2.1

Library to convert images into audio using the robot 36 encoding
Documentation
1
2
3
4
mod encoder;
mod image;
pub use crate::encoder::Encoder;
pub use crate::image::Robot36Image;