this post was submitted on 26 Jun 2025
60 points (100.0% liked)

Rust

7129 readers
17 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] calcopiritus@lemmy.world 8 points 1 week ago

Slice as chunks is huge. I would prefer an unsafe &[T] as &[T;N], but this can be used for that too.