Logo
Explore Help
Register Sign In
AramJonghu/rustlings
Watch 1
Star 0
Fork 0
mirror of https://git.aramjonghu.dev/AramJonghu/rustlings.git synced 2026-09-01 07:53:30 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
main
rustlings/exercises/19_smart_pointers
T
History
Jane 5b1edf5f4f Rename smart_pointers and conversions exercises with numeric prefix (Option A)
2026-05-13 19:36:32 +08:00
..
README.md
Update Exercises Directory Names to Reflect Order
2023-10-16 07:37:12 -04:00
smart_pointers1.rs
Rename smart_pointers and conversions exercises with numeric prefix (Option A)
2026-05-13 19:36:32 +08:00
smart_pointers2.rs
Rename smart_pointers and conversions exercises with numeric prefix (Option A)
2026-05-13 19:36:32 +08:00
smart_pointers3.rs
Rename smart_pointers and conversions exercises with numeric prefix (Option A)
2026-05-13 19:36:32 +08:00
smart_pointers4.rs
Rename smart_pointers and conversions exercises with numeric prefix (Option A)
2026-05-13 19:36:32 +08:00

README.md

Smart Pointers

In Rust, smart pointers are variables that contain an address in memory and reference some other data, but they also have additional metadata and capabilities. Smart pointers in Rust often own the data they point to, while references only borrow data.

Further Information

  • Smart Pointers
  • Using Box to Point to Data on the Heap
  • Rc<T>, the Reference Counted Smart Pointer
  • Shared-State Concurrency
  • Cow Documentation
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.28.0+dev-4-g535f791166 Page: 14ms Template: 3ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API