casense 0.0.0

Convert strings into any case
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "casense"
version = "0.0.0"
authors = ["Danil Akhtarov <daxartio@gmail.com>"]
edition = "2024"
description = "Convert strings into any case"
documentation = "https://github.com/daxartio/casense"
homepage = "https://github.com/daxartio/casense"
repository = "https://github.com/daxartio/casense"
readme = "README.md"
keywords = ["casing", "case", "string"]
categories = ["text-processing"]
license = "MIT"

[dependencies]