This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Olivia ๐ฆ
iolivia.me
did:plc:vzpcrjmmykn3cx4kpieaawsb
๐ช Slices in #rustlang: String vs &str, Vec<T> vs &[T]
In Rust, a slice is a reference to a contiguous sequence of elements within a collection, allowing for efficient, partial access without ownership or copying.
Let's explore slices in more detail ๐งต ๐
2025-03-27T08:05:03.901Z