altr 0.5.1

CLI tool to alter words seamlessly while preserving casing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.clap]
features = ["derive"]
version = "4.4.18"

[dependencies.derive_more]
version = "0.99.17"

[dependencies.thiserror]
version = "1.0.56"

[package]
description = "CLI tool to alter words seamlessly while preserving casing"
edition = "2021"
license = "MIT"
name = "altr"
readme = "README.md"
repository = "https://github.com/jnsahaj/altr"
version = "0.5.1"