yanker

Crates.ioyanker
lib.rsyanker
version0.1.2
sourcesrc
created_at2021-03-06 23:08:05.907236
updated_at2021-03-07 22:12:36.748045
descriptionA Rust crate to automate crate-yanking
homepage
repositoryhttps://github.com/MoAlyousef/yanker
max_upload_size
id364978
size33,902
Mohammed Alyousef (MoAlyousef)

documentation

README

yanker

A Rust crate to automate crate-yanking.

Usage

Install via cargo-install:

$ cargo install yanker

Change directories to the crate you want to yank:

$ cd path/to/crate/repo
$ yanker "[0.1.1, 0.2.5]"

Should yank all versions between 0.1.1 (included) to 0.2.5 (excluded).

Commit count: 8

cargo fmt