This directory contains experimental code for providing SkCodec
API for decoding PNG images using Rust png
crate. See the following document for more details: https://docs.google.com/document/d/1glx5ue5JDlCld5WzWgTOGK3wsMErQFnkY5N5Dsbi91Y/edit?usp=sharing
To use and test the code from this directory from Chromium:
gn args out/...
and set enable_rust_png = true
autoninja -C out/... gfx_unittests
out/.../gfx_unittests --gtest_filter=RustEnabled*
TODO(https://crbug.com/356875275): Code in this directory is not yet covered by Skia standalone builds.