Rust Source Code Reading: The thousands crate (English)

Length: 60
Presented at Rust Source Code Reading: The thousands crate on 2024.12.17
video
video in English

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)