Search code examples
Iterate over elements, not references on them...


rustiteratorembeddedrust-no-std

Read More
How do I invoke a system command and capture its output?...


rust

Read More
How to decide between async function and function that returns a future?...


rustrust-futures

Read More
Derive macro and trait: refer to concrete fn, don't recurse...


rustrust-proc-macros

Read More
Is there a way to reference a local variable within a Rust macro?...


rustmacros

Read More
Rust core::arch::asm throwing error where type u64 doesn't fit into class reg...


assemblyrustinline-assemblyarm64raspberry-pi4

Read More
Is there an alternative to `all` that returns Result instead of bool?...


rustiteration

Read More
Does hyper client not accept self-signed certificates?...


rusthyper

Read More
Is possible in a single pass build a FULL JOIN for a in-memory structure (not using sql!)...


joinrustnested-loopsrelational-algebrarelational

Read More
Why does modulo in a loop code result in so different assembly in C (compiled by GCC) and in Rust (c...


cassemblyrustx86-64compiler-optimization

Read More
With Rust, Open Explorer on a File...


windowsmacosrust

Read More
How do I specialize the implementation of a function or struct for a single type?...


rusttraits

Read More
How does one round a floating point number to a specified number of digits?...


rust

Read More
SendError with tokioi::mpsc::Sender...


rustgrpcrust-tonic

Read More
How to return a value inside for loop in rust?...


for-looprust

Read More
Is it possible to use .env file at build time?...


rustenvironment-variables

Read More
Spawning multiple tasks but inner function is not executed without error message...


asynchronousrustparallel-processingrust-tokio

Read More
Is Rust trait the same as Java interface...


rustinterfacetraits

Read More
Borrow value does not live long enough in lifetimed trait...


rusttraitslifetime

Read More
Inaccuracy replicating Fortran mixed-precision expression in Rust...


rustfloating-pointprecisionfloating-accuracy

Read More
How do I "toggle" through enum variants?...


rust

Read More
How to validate incoming requests in Axum...


rustrust-axum

Read More
How can I get two structs to use and share a reference to another struct?...


rust

Read More
Rust ndarray crate dot product: error[E0275]: overflow evaluating the requirement `&ArrayBase&lt...


rustrust-ndarray

Read More
Compare underlying objects in Arc<Mutex<dyn Trait>> without double-locking deadlock?...


rust

Read More
Niche optimization: why is `size_of::<Result<bool, bool>>()` 2 instead of 1?...


rustenumsbit-fields

Read More
Tauri window opens fine on macOS but hangs with blank window on Windows (no logs after #2)...


rustsveltekitwebview2tauri

Read More
Get tap device mac address...


linuxnetwork-programmingrusttun-tap

Read More
Is there an elegant solution to modifying a structure while iterating?...


rust

Read More
Storing Zero-Sized type instance into a null pointer...


pointersrustundefined-behaviorunsafe

Read More
BackNext