Module minimal

Module minimal 

Source
Expand description

An example of constructing a basic strongly-typed wrapper around a custom string-like type.

Structsยง

MinimalString
An example of a minimal string implementaiton that can be wrapped inside an owned braid type.
MinimalUsername
A wrapper around a custom string-like type that implements the minimal set of required traits for a braid type
MinimalUsernameBuf
A wrapper around a custom string-like type that implements the minimal set of required traits for a braid type