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
How does a C-style struct with a bitfield get represented in a Rust #[repr(C)] struct?
May 06, 2021
c
struct
rust
bit-fields
How to set timeout for HTTP request with hyper, tokio and futures in Rust?
Sep 15, 2022
http
rust
timeout
hyper
rust-tokio
Is there a way to pass named arguments to format macros without repeating the variable names?
Sep 07, 2019
rust
rust-macros
Can a vector be moved and modified without an extra allocation?
Sep 05, 2022
vector
iterator
rust
compiler-optimization
Type must satisfy the static lifetime
Nov 19, 2022
rust
gtk
gtk-rs
How do I get an Option<T> instead of an Option<Vec<T>> from a Diesel query which only returns 1 or 0 records?
Jan 28, 2021
rust
rust-diesel
Failed to parse XML with an optional element with serde-xml-rs
Dec 07, 2021
xml
rust
serde
Replace iter() with par_iter(): cannot borrow data mutably in a captured outer variable in an `Fn` closure
Oct 23, 2021
rust
rayon
rust: borrowed value must be valid for the static lifetime [duplicate]
Aug 30, 2022
rust
Why doesn't a nested reference to an array coerce to a slice?
Aug 27, 2020
rust
dereference
coercion
Adding entries to a HashMap and getting references to them in a for loop
Jun 05, 2022
rust
Is there a way to overload the index assignment operator?
Nov 06, 2022
rust
operator-overloading
How to deal with multiple nested workspace roots?
Mar 21, 2022
rust
rust-cargo
Variable shadowing in the same scope in Rust?
Feb 26, 2022
variables
types
rust
How to avoid needing `std::marker::Sized` when an associated type does not have a size?
Apr 17, 2022
rust
Why can I "move" a static &str into multiple threads in Rust?
Apr 10, 2022
multithreading
concurrency
rust
"expected struct `std::rc::Rc`, found reference" - how to convert?
May 21, 2022
rust
Why do we call the vec macro using square brackets instead of the parenthesis it is defined with?
Nov 02, 2022
rust
macros
How to clone an Option of Rc in Rust?
May 01, 2021
rust
clone
How to use routes attributes macros for multiple methods in Actix-Web
Nov 09, 2021
rust
rust-actix
actix-web
« Newer Entries
Older Entries »