Smart Rust: Referencing parts of things with slices
InfoWorld | Jul 25, 2022
Slices in Rust give you a view into a collection, such as the data in a string, or an array. But slices also must follow Rust's memory management and borrowing rules, as you'll learn in this introduction to the basics of slices.
Copyright © 2022 IDG Communications, Inc.