cargo-apply

Crates.iocargo-apply
lib.rscargo-apply
version0.1.0
sourcesrc
created_at2024-03-21 20:43:42.306211
updated_at2024-03-21 20:43:42.306211
descriptionApply (semantic) patches onto your `cargo` workspace
homepage
repositoryhttps://github.com/fenollp/cargo-apply
max_upload_size
id1182040
size5,333
Pierre Fenoll (fenollp)

documentation

README

cargo apply

A Coccinelle-based approach to applying modifications to a cargo workspace.

Scope of possible manipulations may also encompass TOML files changes and build.rs edits.

Tiniest scope is to be able to:

  • find crates that use a given lib's version
  • try any crate with a pass of the semantic code patch being developped

cf https://www.reddit.com/r/rust/comments/18a2ugn/coccinelle_for_rust_a_tool_designed_for_program/

Commit count: 2

cargo fmt