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
[dependencies]

[package]
authors = ["Jeff Mendez <jeff@a11ywatch.com>"]
categories = ["utils"]
description = "A case insensitive string struct."
edition = "2021"
include = ["src/*", "LICENSE", "README.md"]
keywords = ["case-insensitive", "string"]
license = "MIT"
name = "case_insensitive_string"
readme = "README.md"
repository = "https://github.com/a11ywatch/case_insensitive_string"
version = "0.1.0"