String with unique ownership implementation.
Similar to RCString but can be only moved passing it's ownership. Furthermore it uses 512B stack allocated buffer for short strings.
See Implementation
String with unique ownership implementation.
Similar to RCString but can be only moved passing it's ownership. Furthermore it uses 512B stack allocated buffer for short strings.