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 build a pool of mutable Vecs that get reused on Drop?
Aug 10, 2026
rust
pool
refcell
How to pass a method as callback
Aug 10, 2026
callback
rust
Struct with a mutable reference to another instance of the same type
Aug 10, 2026
rust
borrow-checker
borrowed value does not live long enough in loop
Aug 09, 2026
reference
rust
lifetime
borrowing
why DerefMut is not implemented for `std::cell::RefMut<'_, [..]>` which wraps FnMut?
Aug 10, 2026
rust
closures
mutable
How do I hide the console window for a process started with std::process::Command? [duplicate]
Aug 10, 2026
windows
cmd
rust
Hyper error: invalid certificate: UnknownIssuer
Aug 10, 2026
rust
hyper
rust-warp
Techniques for turning recursive functions into iterators in Rust?
Aug 09, 2026
recursion
rust
iterator
Generate random float from Standard Normal distribution and multiply by another float
Aug 09, 2026
random
rust
floating-point
How do I `connect` an UDP socket and let the OS choose the port and address
Aug 09, 2026
rust
udp
client
How do I configure Geany to do code completion for Rust?
Aug 09, 2026
rust
geany
Where is Criterion's output, or how do I enable it?
Aug 10, 2026
rust
rust-criterion
How do I get the last n characters of a string in Rust? [duplicate]
Aug 10, 2026
rust
One function call creates double borrow error while other does not
Aug 08, 2026
rust
borrow-checker
How do I limit the values allowed in a generic const parameter?
Aug 09, 2026
rust
is it possible to parse jwt token claim without secret when using rust jsonwebtoken
Aug 10, 2026
rust
jwt
Mapping n:m relations into Vec using sqlx
Aug 09, 2026
rust
rust-sqlx
Implementing TryFrom/TryInto trait (instead of From/Into)
Aug 09, 2026
rust
traits
What does self: Box<Self> mean?
Aug 10, 2026
rust
Rust how to define benchmark only dependencies in Cargo?
Aug 09, 2026
rust
build
benchmarking
rust-cargo
Older Entries »