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
Sort a hashmap by values in rust
Sep 03, 2025
rust
How do I modify the response body in an actix-web 1.0 middleware?
Sep 04, 2025
rust
actix-web
Rust Lang: What is "if let Some(x) = x" doing?
Sep 04, 2025
rust
Generic return without generic argument
Sep 03, 2025
generics
rust
How to store a list of closures returning a Future and share it between threads in Rust?
Sep 04, 2025
rust
rust-tokio
How to extract RSA public key from X509 Certificate
Sep 04, 2025
rust
cryptography
rsa
x509
Why does returning early not finish outstanding borrows?
Sep 04, 2025
return
rust
borrow-checker
How to export function and macro with the same name?
Sep 04, 2025
rust
module
rust-macros
How to pass a boxed slice (`Box<[T]>`) to a C function?
Sep 04, 2025
rust
heap-memory
ffi
Use Index trait with HashMap in Rust [duplicate]
Sep 04, 2025
hashmap
rust
Why Rust allows declaring same variable name twice in a scope? [duplicate]
Sep 03, 2025
rust
How does one convert a C pointer-to-pointer to a Rust slice of slices?
Sep 03, 2025
rust
slice
ffi
How to "unlock" an RwLock?
Sep 02, 2025
multithreading
rust
mutex
How to sort a part of a vector?
Sep 02, 2025
sorting
rust
What is the idiomatic way to do something when an Option is either None, or the inner value meets some condition?
Sep 02, 2025
rust
How can I put a trait constraint on a type while implementing a trait?
Sep 03, 2025
rust
traits
Iterating over an enum
Sep 03, 2025
rust
enums
Unresolved Imports - "help: a similar path exists"
Sep 03, 2025
rust
Difference between `&self.stringVal` and `self.stringVal.as_str()`
Sep 03, 2025
rust
Iterate slices of size N over some contiguous container
Sep 03, 2025
rust
data-conversion
iterable
« Newer Entries
Older Entries »