1.

What String Type Should You Use?

Answer»

The STRING types -

  • Slice type
  • str - UTF-8
  • OsStr - OS-compatible
  • CStr - C-compatible
  • OWNED type
  • String - UTF-8
  • OsString - OS-compatible
  • CSTRING - C-compatible

The string types -



Discussion

No Comment Found