This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.
StaticStringMap
Static string map optimized for small sets of disparate string keys.
Works by separating the keys by length at initialization and only checking
strings of equal length at runtime.