tinyppm 0.1.2

Tiny ppm loading library. This is actually the simpliest piece of code one can image that is functional and capable of loading images saved in .ppm format. Due to its simplicity it handles only 'raw ppm' files (i.e. those with 'P6' as their magic number in header' The other thing worth noting is that it is restricted to 24bit images (3 channels, 8bpp each).
Documentation
Build #164374 2019-06-06 06:12:25

# rustc version rustc 1.37.0-nightly (37d001e4d 2019-05-29)

# docs.rs version cratesfyi 0.6.0 (254ceae 2019-06-04)

# build log Updating crates.io index Downloading crates ... Downloaded tinyppm v0.1.2 Documenting tinyppm v0.1.2 Running `rustdoc --edition=2018 --crate-name tinyppm /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyppm-0.1.2/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190529-1.37.0-nightly-37d001e4d --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps` Finished dev [unoptimized + debuginfo] target(s) in 3.24s