convert_case 0.3.2

Convert strings into any case
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "convert_case"
version = "0.3.2"
authors = ["David Purdum <purdum41@gmail.com>"]
edition = "2018"
description = "Convert strings into any case"
license = "MIT"
keywords = [ "casing", "case", "string" ]
categories = [ "text-processing" ]
readme = "README.md"
repository = "https://github.com/rutrum/convert-case"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
strum = "0.18.0"
strum_macros = "0.18.0"