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 can I make a postgres pool connection global in rocket.rs and make FromRequest custom guards asyncable?
Nov 04, 2025
rust
rust-rocket
rust-sqlx
How to implement PartialEq on Vector for my own structs?
Nov 04, 2025
rust
traits
how `if` chain comparing integers against a value can be rewritten with `match`?
Nov 02, 2025
rust
Use some existing bindings in a destructuring assignment
Nov 04, 2025
rust
How to workaround error `&'static str` is forbidden as the type of a const generic parameter?
Nov 03, 2025
rust
const-generics
Can Rust lazy-load dynamically linked (.dll/.so/.dylib) crates?
Nov 03, 2025
rust
shared-libraries
dlopen
Can I test just the code in a single module?
Nov 04, 2025
rust
How to get renamed enum name from enum value?
Nov 04, 2025
rust
serde
How do I make many different structs that all implement the same trait comparable to each other?
Nov 04, 2025
oop
rust
Why cant rust macro_rules! pat be followed by "<"?
Nov 04, 2025
rust
macros
Are match statements executed in order and can they overlap?
Nov 04, 2025
rust
GLIBC incompatibility on debian docker
Nov 04, 2025
docker
rust
glibc
Expected unit type '()', found 'enum std::option::Option'
Nov 03, 2025
rust
how to constrain the lifetime when doing unsafe conversion
Nov 03, 2025
rust
How to propagate Nom fail context out of many0?
Nov 03, 2025
rust
parser-combinators
nom
Cross-compiling (unixlike to windows) with PyO3 and Maturin
Nov 03, 2025
python
rust
cross-compiling
pyo3
expected associated type, found type parameter
Nov 03, 2025
rust
traits
serde
associated-types
How do I get the parameters from a POST request from a HTML form in Actix-web?
Nov 03, 2025
rust
rust-actix
How can I get file and line number where an error was returned?
Nov 04, 2025
rust
error-handling
runtime-error
Deserialize from tokio socket
Nov 03, 2025
asynchronous
rust
serde
rust-tokio
Older Entries »