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
Get a random character from a string and append to another string
Mar 05, 2026
string
rust
but there is no value for it to be borrowed from
Mar 04, 2026
rust
Is this `unsafe` code Undefined Behavior in Rust?
Mar 05, 2026
rust
How do I use SXD-XPath to iterate over a nodeset and print out every value?
Mar 04, 2026
xpath
rust
Why does x = x * y / z give a different result from x *= y / z for integers?
Mar 04, 2026
rust
operator-precedence
integer-division
associativity
Rust: How to specify lifetimes in closure arguments?
Mar 05, 2026
debugging
iterator
closures
rust
lifetime
Copy body and headers from hyper HTTP request to a new request while inspecting the body
Mar 05, 2026
rust
hyper
Sphinx autodoc if Python method moved to Rust PyO3
Mar 05, 2026
python
rust
documentation
python-sphinx
pyo3
Why does using ? on Result<_, &str> cause a lifetime error?
Mar 04, 2026
rust
lifetime
Why do I get "overflow evaluating the requirement `Sized`" when using tokio_io's read_exact with a Rc<TcpStream>?
Mar 04, 2026
rust
How to find if two strings have common characters using Rust?
Mar 04, 2026
rust
Can a build script take arguments?
Mar 03, 2026
rust
Borrow Checker: Cannot borrow as immutable because it is also borrowed as mutable
Mar 03, 2026
rust
How do I define a function with different calling conventions depending on the architecture using a macro?
Mar 04, 2026
rust
rust-macros
Messaging between two tokio runtimes inside separate threads
Mar 04, 2026
multithreading
rust
rust-tokio
Test does not compile: "the async keyword is missing from the function declaration"
Mar 03, 2026
unit-testing
testing
rust
rust-tokio
Why is the format! macro slower than pushing into a String directly?
Mar 03, 2026
string
performance
rust
Implement move-esque behavior on &mut self function to allow calls thru ?Sized owner?
Mar 03, 2026
rust
« Newer Entries
Older Entries »