Strings are important in any language. Without them, it becomes difficult to communicate with users, and if data is coming from a web service (in the form of XML, plain text, or JSON), this data will need to be manipulated. Rust provides the developer with a number of methods in the standard library to deal with strings. Here's a table of some useful methods (don't worry about the types yet):