case_insensitive_string 0.1.0

A case insensitive string struct.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "case_insensitive_string"
version = "0.1.0"
authors = ["Jeff Mendez <jeff@a11ywatch.com>"]
edition = "2021"
description = "A case insensitive string struct."
license = "MIT"
readme = "README.md"
repository = "https://github.com/a11ywatch/case_insensitive_string"
keywords = ["case-insensitive", "string"]
categories = ["utils"]
include = ["src/*", "LICENSE", "README.md"]

[dependencies]