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
When is a panic on a Rust FFI boundary Undefined Behavior?
May 12, 2026
rust
language-lawyer
undefined-behavior
ffi
Access struct field by variable
May 11, 2026
rust
Add an additional field while serializing
May 12, 2026
rust
serde
Pass mutable reference to an element of a vector as parameter of function alongside with that vector
May 11, 2026
rust
what's the recommended way to copy non-compiled rust assets to target
May 12, 2026
rust
rust-cargo
Rust: Receive AMQP messages from Azure Event Hub
May 12, 2026
azure
rust
amqp
azure-eventhub
How to keep a trailing zero when printing a float without setting precision?
May 12, 2026
rust
floating-point
Why does rem_euclid return different results using parenthesis in rust?
May 11, 2026
rust
Multi-threading in async rust - why is my code failing to parallelize?
May 12, 2026
rust
concurrency
rust-actix
Is it better to return an Option<Vec<_>> or just an empty Vec<_>?
May 12, 2026
rust
vector
option-type
idioms
Efficiently calculate hamming weight
May 12, 2026
assembly
rust
arm64
neon
hammingweight
Copying the value within a Rc<RefCell<SomeStruct>>
May 11, 2026
rust
Calling a function which takes a closure twice with different closures
May 11, 2026
rust
parser-combinators
Is tokio multithreaded?
May 11, 2026
rust
async-await
concurrency
rust-tokio
Expression template implementation in Rust like in boost::yap
May 10, 2026
generics
rust
expression-templates
Is there a way to use the value of an element from a map to update another element without interior mutability? [duplicate]
May 11, 2026
rust
Is it possible for a library crate to set its own opt-level?
May 11, 2026
rust
optimization
dependencies
rust-cargo
How can I return an impl trait from a function dynamically when this trait contains a method which returns itself an impl trait?
May 11, 2026
rust
dynamic
traits
implementation
box
Rust E0506 (assignment to borrowed value): "borrow later used here" on seemingly unrelated expression
May 11, 2026
rust
borrow-checker
Older Entries »