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
Library plugin manager in rust, is it even doable right now?
Sep 22, 2025
rust
async-await
ffi
Why does Rust allow public access to a private module?
Sep 22, 2025
module
rust
public
How do I collect from a nested iterator?
Sep 23, 2025
rust
The trait `std::future::Future` is not implemented for `std::result::Result<reqwest::Response, reqwest::Error>`
Sep 22, 2025
rust
async-await
rust-tokio
reqwest
A client for HTTP server push (streaming) in Rust?
Sep 21, 2025
rust
http-streaming
How to link sqlite3 statically in Cargo.toml
Sep 22, 2025
sqlite
rust
rust-cargo
Is Vec<&&str> the same as Vec<&str>?
Sep 21, 2025
rust
reference
Calculating prime numbers in Rust
Sep 22, 2025
rust
How to get the content of a module passed to an inner attribute macro?
Sep 22, 2025
rust
rust-proc-macros
Is there a way to see all the crates in my project that optionally depend on another crate?
Sep 21, 2025
rust
rust-cargo
Catch string between tags with nom delimited
Sep 22, 2025
rust
nom
How to generate complex enum variants with a macro in rust
Sep 22, 2025
macros
rust
How does ownership and borrowing work when making slices?
Sep 22, 2025
rust
I get a expected type parameter, even though I think I have returned the correct type data
Sep 22, 2025
types
rust
traits
expected a closure that implements the `Fn` trait, but this closure only implements `FnOnce`
Sep 22, 2025
rust
hyper
How to interlace an iterator with itself from the end?
Sep 22, 2025
rust
iterator
rust-itertools
How do I specify one type argument and let Rust infer the rest?
Sep 22, 2025
rust
typing
inference
Why is Rust program not returning values from if statements? [duplicate]
Sep 22, 2025
rust
Debug trait not implemented for some enum variants
Sep 22, 2025
rust
Can a struct implement two traits with conflicting method names in Rust? [duplicate]
Sep 21, 2025
rust
traits
Older Entries »