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
Rust scoping rules for struct-owned functions
Oct 20, 2022
function
struct
scope
rust
expected enum `std::result::Result`, found () [closed]
Oct 27, 2022
rust
How much overhead does RUST_BACKTRACE=1 have?
Sep 24, 2022
debugging
rust
Borrow checker doesn't realize that `clear` drops reference to local variable
Sep 19, 2022
rust
lifetime
borrow-checker
Is it possible to convert Option<Result<T, E>> to a Result<Option<T>, E> without using match?
Nov 11, 2022
rust
optional
rust-result
option-type
How to allocate arrays on the heap in Rust 1.0?
Sep 16, 2022
arrays
rust
heap-memory
How to implement the ToString trait to create a comma-delimited string without a trailing comma?
Mar 04, 2019
rust
How do I convert a Vec<T> to a Vec<U> without copying the vector?
Feb 02, 2022
rust
Why does removing return give me an error: expected type `()` but found type
Nov 09, 2021
rust
Is it possible to make a private variable in Rust?
Jun 30, 2020
rust
private
How do I call a function that requires a 'static lifetime with a variable created in main?
Oct 31, 2022
rust
lifetime
How to return Ok unit type of std::result<(), E>?
Oct 17, 2022
rust
unit-type
How can I push an iterator to an existing vector (or any other collection)?
May 07, 2021
collections
rust
iterator
What is the "standard" way to concatenate strings?
Aug 24, 2022
rust
How can I unpack (destructure) elements from a vector?
Nov 25, 2021
vector
iterator
rust
Does Rust have an idiomatic equivalent to F# typedefs?
Dec 13, 2017
types
rust
type-alias
cargo test --release causes a stack overflow. Why doesn't cargo bench?
Feb 08, 2022
testing
stack
rust
benchmarking
rust-cargo
How to copy a folder recursively in Rust?
Oct 20, 2019
rust
Reference to element in vector
Aug 25, 2022
rust
How do I solve "Couldn't start client Rust Language Server" with the Rust VS Code extension?
Aug 31, 2022
visual-studio-code
rust
« Newer Entries
Older Entries »