gecko-dev/third_party/rust/png
Kartikaya Gupta 89f2f7d896 Bug 1542826 - Re-vendor rust dependencies. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D28354

--HG--
rename : third_party/rust/block-buffer/LICENSE-MIT => third_party/rust/num-iter/LICENSE-MIT
rename : third_party/rust/block-buffer/LICENSE-MIT => third_party/rust/num-rational/LICENSE-MIT
rename : third_party/rust/block-buffer/LICENSE-MIT => third_party/rust/png/LICENSE-MIT
extra : moz-landing-system : lando
2019-04-25 19:28:59 +00:00
..
examples Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
src Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
.cargo-checksum.json Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
Cargo.toml Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
LICENSE-APACHE Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
LICENSE-MIT Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
README.md Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00

README.md

PNG Decoder/Encoder

Build Status Crates.io Crates.io Lines of Code License

PNG decoder/encoder in pure Rust. Currently pngcheck is the most usable part. Build with cargo build --release --example pngcheck.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.