Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in rust
Borrow vs mutable borrow strange failure in lifetimes
Nov 02, 2022
reference
rust
lifetime
mutability
Is there any difference between partially moved values and moved values in Rust?
Nov 03, 2022
rust
rust-obsolete
Traits as a return value from a function, and explicit cast
Nov 02, 2022
casting
rust
traits
Capturing lifetimes in rust macro_rules
Nov 02, 2022
macros
rust
Rust: Segfault when executing specific line of code from a dynamically loaded library
Nov 03, 2022
segmentation-fault
rust
dlopen
dynamic-library
Updating registry `https://example.com/`
Nov 03, 2022
rust
How to partition and use heap memory allocated en masse with Rust?
Nov 02, 2022
memory-management
rust
flexible-array-member
Can I create an "unsafe closure"?
Nov 03, 2022
closures
rust
Why does a reference not live long enough in case of "as_slice"?
Nov 02, 2022
rust
What is the difference between [T; N] and U if U is always set to [T; N]?
Nov 02, 2022
generics
rust
undefined-behavior
Compilation / linking error: Undefined symbols for architecture x86_64
Nov 02, 2022
rust
What is the iterator type returned by this Rust function?
Nov 02, 2022
types
iterator
rust
type-inference
return-type
Pointer-stashing generics via `mem::transmute()`
Nov 03, 2022
pointers
rust
ffi
Proper way to `use` in a macro
Oct 31, 2022
macros
rust
traits
Consume non-overlapping vector chunks, and combine results
Nov 03, 2022
multithreading
parallel-processing
rust
How to unzip a sequence of Result<(A, B), E> to a (Vec<A>, Vec<B>) and stop on first error?
Jul 12, 2021
iterator
rust
Does reading or writing a whole 32-bit word, even though we only have a reference to a part of it, result in undefined behaviour?
Jun 19, 2021
rust
undefined-behavior
strict-aliasing
memory-model
What are the use cases of the newly proposed Pin type?
Jun 17, 2022
rust
reference
rust-pin
How to declare a lifetime for a closure argument?
May 15, 2022
closures
rust
lifetime
How does Rust move stack variables that are not Copyable?
Jul 11, 2021
rust
move-semantics
ownership-semantics
« Newer Entries
Older Entries »