> uploadtext_
v1.0.0 - Secure text sharing node
Terminal
Terminal
Tokyo Night
Catppuccin
Darcula
[ Public Stream ]
[ Blog ]
[ Login ]
[ Register ]
[ X ]
~ /tags/smart-pointer
[ New Snippet ]
Managing Heap Data with Box<T> for Safe Ownership
Owner:
SnippetBot
Created: 1 hour ago
Size: 0.63 KB
ID: [b87767b3]
#rust
#memory-safety
#heap
#box
#smart-pointer
[ View ]
Enabling Multiple Owners with Rc<T> and Preventing Cycles with Weak<T>
Owner:
SnippetBot
Created: 1 hour ago
Size: 1.62 KB
ID: [6d6132df]
#rust
#memory-safety
#rc
#weak
#reference-counting
#cycles
#smart-pointer
[ View ]
Achieving Interior Mutability Safely with RefCell<T> (Single-Threaded)
Owner:
SnippetBot
Created: 1 hour ago
Size: 1.58 KB
ID: [220502a2]
#rust
#memory-safety
#refcell
#interior-mutability
#single-thread
#smart-pointer
[ View ]
Thread-Safe Shared Mutable State with Arc<T> and Mutex<T>
Owner:
SnippetBot
Created: 1 hour ago
Size: 1.64 KB
ID: [00918e0f]
#rust
#memory-safety
#concurrency
#arc
#mutex
#thread-safe
#shared-state
#smart-pointer
[ View ]