Alex Rawson

Results 5 issues of Alex Rawson

Minimal Reproducible Example: `src/main.rs` ```rust use cargo_metadata::MetadataCommand; fn main() { MetadataCommand::new() .exec() .unwrap() .root_package() .expect("root package exists"); MetadataCommand::new() .no_deps() .exec() .unwrap() .root_package() .expect("root package exists w/ no_deps called"); } ```...

It would be helpful to be able to add some text to the image in a corner to identify the project name/version. For example, I'm using this utility (technically, the...

enhancement

This removes the often large and unreadable Debug formatting for the affected type (a raw `[u8]` dump for an embedded image file), and replaces the output for data with a...

This is pretty cool for me, being a fan of the game that can't actually play it (I'm a chicken.) However, there's a small issue: I have NO IDEA where...

## I want to suggest a new step ### Which tool is this about? Where is its repository? The Arch Linux pacman repo includes a [script](https://gitlab.archlinux.org/pacman/pacman-contrib/-/blob/master/src/paccache.sh.in)+[service](https://gitlab.archlinux.org/pacman/pacman-contrib/-/blob/master/src/paccache.service.in)+[timer](https://gitlab.archlinux.org/pacman/pacman-contrib/-/blob/master/src/paccache.timer) for automatically cleaning the...

C-feature request