Crates.io | rentr |
lib.rs | rentr |
version | 0.1.3 |
source | src |
created_at | 2020-11-03 00:05:21.802013 |
updated_at | 2021-11-19 14:12:40.343064 |
description | A utility for running arbitrary commands when files change. |
homepage | |
repository | |
max_upload_size | |
id | 308113 |
size | 16,201 |
A utility for running arbitrary commands when files change.
cargo install rentr
find . | grep \.rs | rentr -c cargo build
find . | grep \.rs | rentr -c echo "CHANGED"