nym 0.1.0

Manipulate files en masse using patterns.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![doc(
    html_logo_url = "https://raw.githubusercontent.com/olson-sean-k/nym/master/doc/nym.svg?sanitize=true"
)]

pub mod actuator;
pub mod environment;
pub mod glob;
pub mod manifest;
pub mod memoize;
pub mod pattern;
pub mod text;
pub mod transform;