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
What is the difference between `&mut *transaction` and `&mut transaction` in SQLx?
Sep 04, 2025
rust
traits
rust-sqlx
Why do tuple structs and enum variants behave like functions [closed]
Sep 05, 2025
rust
How to use async/await in Rust when you can't make main function async
Sep 04, 2025
rust
async-await
How to read that function declaration
Sep 04, 2025
rust
Converting a UTC time via Timezones
Sep 05, 2025
rust
timezone
rust-chrono
Cannot assign to `self.x` because it is borrowed
Sep 05, 2025
rust
ownership
borrow-checker
cannot borrow as mutable because it is already borrowed, when implementing graph
Sep 05, 2025
rust
borrow-checker
Mapping Vec<T> to Vec<K> without new heap allocation where size(T) >= size(K)
Sep 04, 2025
rust
vector
Why is that pola.rs rust-code considerably slower than the python version?
Sep 05, 2025
rust
python-polars
rust-polars
Using `AsyncFnOnce` with `tokio::spawn`
Sep 05, 2025
rust
rust-tokio
What is the idiomatic alternative to static mutable data?
Sep 05, 2025
rust
iron
Why can't I concatenate two Strings together, but I can concatenate a String and a &str?
Sep 05, 2025
string
rust
concatenation
How to pass a function as a Prop in Yew?
Sep 04, 2025
rust
yew
how to return current working directory from function?
Sep 04, 2025
rust
rust-cargo
How do I convert an iterator into a stream on success or an empty stream on failure?
Sep 04, 2025
asynchronous
rust
future
How to solve [E0382]: use of moved value in a for loop?
Sep 03, 2025
rust
borrow-checker
ownership
How can a Rust trait object return another trait object?
Sep 04, 2025
rust
Why must the parameter type be 'static when using a trait
Sep 04, 2025
rust
traits
lifetime
the trait `std::convert::From<mongodb::error::Error>` is not implemented for `std::io::Error`
Sep 05, 2025
mongodb
rust
actix-web
rust-crates
Is there a way to write to a whole row / column of a nalgebra Matrix?
Sep 03, 2025
rust
« Newer Entries
Older Entries »