pathmut 0.3.0

Command line utility for extracting, removing, and replacing components from path strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
default: run

test:
    cargo +nightly test

watch:
    watchexec -c -w src -- just test

run *ARGS :
    cargo +nightly run -- {{ARGS}}

dry-publish:
    cargo +nightly publish --dry-run