typed-ident 0.0.1

Type-safe identifier validation, inspection, and mutation.
Documentation
1
2
3
4
5
6
7
8
9
# Examples

There's two kinds of examples here - API examples and comparison examples.

**API examples** are there to demonstrate how to use the `typed-ident` API. It's a good place to look if you want to see how to use the functionality this crate provides.

There's only one of these, but it's a command application that has several commands within it. You should look at the command in question to see that specific example.

**Comparison examples** are more about picking one single operation to do, and then doing it in multiple APIs to compare how they look, and test binary build sizes.