Expand description

String wrappers for core-owned strings and strings being passed to the core

Structs

These are strings that the core will both allocate and free. We just have a reference to these strings and want to be able use them, but aren’t responsible for cleanup

Traits