changecase 0.0.3

A trait and implementation for changing the case of Strings. It currently supports uppercase, lowercase, alternating case, and inverting case. Title case is in the works.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "changecase"
version = "0.0.3"
authors = ["Andrei Vacariu <andrei@avacariu.me>"]
license = "MIT"
description = """
A trait and implementation for changing the case of Strings.

It currently supports uppercase, lowercase, alternating case, and inverting
case. Title case is in the works.
"""
license-file = "LICENSE"
homepage = "https://github.com/vlad003/rust-changecase"
repository = "https://github.com/vlad003/rust-changecase"
keywords = ["uppercase", "lowercase", "titlecase"]