Crate string_wrapper [−] [src]
provides StringWrapper, most useful for stack-based strings.
Structs
| StringWrapper |
Like |
Traits
| Buffer |
Equivalent to |
| OwnedBuffer |
The OwnedBuffer trait is in support of StringWrapper::from_str, since we need to be able to allocate new buffers for it. |