tinyppm
Simple .ppm loader written in Rust.
This is more of a toy project, I have written, to be able to easy reuse it for some of my experiments with 2d graphhics in Rust.
Usage
- Add
tinyppmto yourCargo.toml - Call
get_image_data:
extern crate tinyppm;
// some code
// some more code
License
This code is released under the MIT license.