Expand description
Utilities for managing edge cases in rendering types and their corresponding documentation.
Modules§
- format
- Formatting utility, mainly for use in complex HTML string manipulation.
Functions§
- strip_
generic_ suffix - Strip the generic suffix from a type name. For example,
Foo<T>
would becomeFoo
.