Adam McKellar
Adam McKellar
`Cargo.toml` should have set ```toml [package.metadata.docs.rs] all-features = true ``` instead of just ```toml features = [ "derive", "serde", "std" ] ``` This way a single search is enough to...
`OsString` and `PathBuf` are commonly used types and should be supported.
Exifcleaner does not clean exif data of `.webp` files currently. It'd be nice to be able to clean `.webp` images.
Color eyre crashes while handling an error with the status code `STATUS_STACK_BUFFER_OVERRUN` on Windows in release build. `main.rs` ```rust use color_eyre::eyre::{Ok, Result, bail}; fn main() -> Result { color_eyre::install()?; bail!("Does...