gitextract_35ej9mke/ ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── .rustfmt.toml ├── Cargo.toml ├── LICENSE ├── README.md ├── ravif/ │ ├── Cargo.toml │ ├── README.md │ └── src/ │ ├── av1encoder.rs │ ├── dirtyalpha.rs │ ├── error.rs │ └── lib.rs ├── src/ │ └── main.rs └── tests/ └── stdio.rs