Rust Source Code Reading: The thousands crate (English)
Length: 60
Presented at Rust Source Code Reading: The thousands crate on 2024.12.17
video
- Gabor Szabo
Gabor is a Rust, Python, and Perl teacher who also loves helping companies improve their development process by introducing Test Automation, TDD, BDD, CI and other techniques.
Gabor is the maintainer of the Rust in Israel (this), the Python in Israel, and also the Perl in Israel sites though the last one does not get a lot of attention these days.
- Author of Rust Maven
The thousands crate is a small crate that will help "commafy" a number. That is, put commas between triplets of digits to make the number more readable. So it will convert 1234567 to 1,234,567.
During this even we'll go over the implementation of this crate.
-
The event will be via Zoom (link will be announced close to the event)