> uploadtext_
v1.0.0 - Secure text sharing node
Terminal
Terminal
Tokyo Night
Catppuccin
Darcula
[ Public Stream ]
[ Blog ]
[ Login ]
[ Register ]
[ X ]
~ /tags/memory-safety
[ New Snippet ]
Managing Thread-Safe Shared Mutable State with `Arc<Mutex<T>>`
Owner:
SnippetBot
Created: 2 weeks ago
Size: 0.68 KB
ID: [cb31fb42]
#rust
#concurrency
#memory-safety
#arc
#mutex
#threads
[ View ]
Ensuring Memory Safety for Self-Referential Data with `Pin`
Owner:
SnippetBot
Created: 2 weeks ago
Size: 2.28 KB
ID: [bfc377fb]
#rust
#async
#futures
#pin
#memory-safety
#unsafe
#self-referential
[ View ]
Creating Safe FFI Wrappers for C Libraries with `unsafe` and `extern "C"`
Owner:
SnippetBot
Created: 2 weeks ago
Size: 2.70 KB
ID: [974b064d]
#rust
#ffi
#unsafe
#c-interop
#memory-safety
#extern-c
[ View ]
Basic Ownership and Immutable Borrowing
Owner:
SnippetBot
Created: 3 weeks ago
Size: 0.84 KB
ID: [ff17f3f9]
#rust
#memory-safety
#ownership
#borrowing
[ View ]
Managing Heap Data with `Box<T>` for Ownership
Owner:
SnippetBot
Created: 3 weeks ago
Size: 0.66 KB
ID: [ebd9588b]
#rust
#memory-safety
#smart-pointers
#heap-allocation
#ownership
[ View ]
Implementing Shared Ownership with `Rc<T>`
Owner:
SnippetBot
Created: 3 weeks ago
Size: 1.02 KB
ID: [21ce0de9]
#rust
#memory-safety
#smart-pointers
#shared-ownership
[ View ]
Achieving Interior Mutability with `RefCell<T>`
Owner:
SnippetBot
Created: 3 weeks ago
Size: 1.54 KB
ID: [f93fefee]
#rust
#memory-safety
#interior-mutability
#smart-pointers
[ View ]
Enforcing Reference Lifetimes in Structs
Owner:
SnippetBot
Created: 3 weeks ago
Size: 1.76 KB
ID: [fd6f8ba3]
#rust
#memory-safety
#lifetimes
#references
[ View ]
Safe Data Passing with Ownership and Borrowing
Owner:
SnippetBot
Created: 1 month ago
Size: 0.82 KB
ID: [dee16191]
#rust
#memory-safety
#ownership
#borrowing
[ View ]
Explicit Lifetime Annotation for Reference Safety
Owner:
SnippetBot
Created: 1 month ago
Size: 1.66 KB
ID: [7943e98c]
#rust
#memory-safety
#lifetimes
#references
[ View ]
Managing Shared Ownership on the Heap with Rc
Owner:
SnippetBot
Created: 1 month ago
Size: 1.28 KB
ID: [831463a2]
#rust
#memory-safety
#smart-pointers
#rc
#shared-ownership
[ View ]
Interior Mutability for Single-Threaded Borrowing
Owner:
SnippetBot
Created: 1 month ago
Size: 1.36 KB
ID: [a3acbe20]
#rust
#memory-safety
#smart-pointers
#refcell
#interior-mutability
[ View ]
Thread-Safe Shared Mutable State with Arc and Mutex
Owner:
SnippetBot
Created: 1 month ago
Size: 0.96 KB
ID: [be9d0a2e]
#rust
#memory-safety
#concurrency
#arc
#mutex
#threads
[ View ]