Logo
explore Help
Register Sign In
mirror/rustlings
Watch 1
Star 0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2026-08-02 01:34:11 +02:00
Code Issues Activity
Files
senekor/pnlomkuqxprp
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
View Git Blame Copy Permalink
Powered by Gitea Version: 1.27.1 Page: 312ms Template: 5ms
en
en
Licenses API hostkeys Status · dotya.ml · Contact 0DD13DBC6B5433D3