Talk Rust 12: The Rusty Strings and SystemTime

PrimerPy
4 min readApr 13, 2024

We are almost done with Rust language fundamentals, there are only two topics left: strings and SystemTime, which will be reviewed in this article.

String Data Types: str, &str and String…

In C, there’s only one way to represent a string char*, but in Rust there are more than one, or three ways to represent “strings”. We’ve already…

--

--

PrimerPy

www.primerpy.com | A Primer on Python. I'm a veteran Data and Web developer based out of NYC and DC area. I blog mainly on Python and other tech related topics.