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
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
What is rmeta files and how to see their contents?
Mar 03, 2026
rust
rmeta
Why does Rust's standard library mark generic functions as #[inline]?
Mar 03, 2026
rust
language-lawyer
inline
How to define a pass-through (identity or NOP) macro?
Mar 02, 2026
macros
rust
How to show that the Rust type system supports algebraic data types (ADTs)?
Mar 03, 2026
rust
algebraic-data-types
How to add a layer to tracing_subscriber's Registry based on a condition?
Mar 03, 2026
rust
rust-tracing
How to use Windowdescriptor in Bevy?
Mar 02, 2026
rust
bevy
How can I 'resolve' Future in rust?
Mar 03, 2026
rust
concurrency
Generic function that accepts a SQLx PgPool or MySqlPool
Mar 02, 2026
rust
rust-sqlx
How to convert a char to a libc::c_char?
Mar 02, 2026
char
rust
ffi
How to use boolean types in dart FFI?
Mar 02, 2026
dart
rust
How can I change a functions ABI based on the target operating system? [duplicate]
Mar 01, 2026
rust
conditional-compilation
Parse http response into tuple vector of (chrono::DateTime, f32)
Mar 02, 2026
rust
Converting strings to lowercase
Mar 01, 2026
string
case-sensitive
rust
How do I return HTML content with Rocket 0.5?
Mar 01, 2026
html
rust
rust-rocket
Older Entries »