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 to iterate over two elements in a collection stepping by one using Iterator?
Sep 08, 2025
rust
iterator
How to skip N bytes with Read without allocation? [duplicate]
Sep 08, 2025
rust
Create a generic struct with Option<T> without specifying T when instantiating with None
Sep 08, 2025
rust
Why is `&self` allowed in the parameters of `&mut self` methods, but not `&mut self`?
Sep 07, 2025
rust
reference
Is there any way to mitigate a 'borrow may still be in use when generator yields' error in nested generators by using lifetimes?
Sep 07, 2025
rust
"Urlencoded payload size is bigger than allowed (default: 256kB)"
Sep 08, 2025
rust
actix-web
How to copy file with tokio::fs
Sep 07, 2025
file
asynchronous
rust
rust-tokio
How do I use an iterator twice inside of the quote! macro?
Sep 08, 2025
rust
quote
How do I make a Rust program which can be executed without using `cargo run`?
Sep 08, 2025
rust
rust-cargo
How can I deserialize a comma-separated JSON string as a vector of separate strings? [duplicate]
Sep 08, 2025
json
rust
serde
How to convert OsString into utf-8 encoded string in platform-independent way?
Sep 07, 2025
rust
character-encoding
Why does my code run slower when I remove bounds checks?
Sep 08, 2025
performance
optimization
rust
llvm-codegen
How to enable logging/tracing with Axum?
Sep 07, 2025
rust
rust-axum
rust-tracing
Idiomatic way of binding function arguments and passing around bound functions
Sep 08, 2025
rust
In Rust, what happens if main function returns Err?
Sep 07, 2025
rust
language-lawyer
program-entry-point
exit-code
How to decide when function input params should be references or not?
Sep 07, 2025
rust
ownership
borrowing
How can I iterate over the posts of a section using Zola?
Sep 07, 2025
rust
template-engine
zola
tera
What is the difference between std::sync::Mutex vs tokio::sync::Mutex?
Sep 06, 2025
rust
mutex
rust-tokio
How can I implement std::fmt::Display for a custom IntoIterator::Item?
Sep 07, 2025
rust
How do I check if a trait is implemented at compile time in Rust?
Sep 07, 2025
reflection
rust
polymorphism
output
traits
« Newer Entries
Older Entries »