Search code examples
Is there a way to bound `U` in `Fn(&T) -> U` with lifetime that `&T` has when `U` is a re...

rustlifetime

Read More
How can I get cargo to recompile changed files automatically?...

rustrust-cargo

Read More
How do I return a reference to something inside a RefCell without breaking encapsulation?...

rustencapsulationcontravariancemutabilityinterior-mutability

Read More
Get value T from Result<T, T>...

rust

Read More
How to collect code coverage for the rustc compiler itself?...

rustcode-coverage

Read More
Append to formatted output string in rust...

rustformat

Read More
using format!() with data from polars cells...

rustrust-polars

Read More
Get a &mut [u8] from a MaybeUninit for writing to...

rustinitializationmaybeuninittransmute

Read More
Best practice for self vs. static struct function to avoid duplicate borrow issue...

ruststructborrow-checkerself

Read More
How to get the default instance of a Serde struct...

rustserde

Read More
How do I encapsulate waiting for a `tokio::sync::watch::Receiver` to be `Some`?...

rustasync-awaitborrow-checkerrust-tokio

Read More
What is the syntax for a multiline string literal?...

stringrustsyntax

Read More
Catching signal with a destination...

crustdbus

Read More
Package with both a library and a binary?...

rustrust-cargo

Read More
Unresolved import `self::ssr` in Leptos example...

rust

Read More
Under which scenarios is repr(C) useful aside from interoperating?...

rustsolana

Read More
How to catch signals in Rust...

rust

Read More
How to char_indices a string in encoding different from utf-8 in rust efficiently?...

rustencoding

Read More
How can I make multiple copies of a slice, to use in different threads?...

rustunsafecmpxchg16b

Read More
match Option<> with many patterns and 1 conditional...

rustrust-cargo

Read More
How can diesel_async's get_results be wrappered?...

rustrust-diesel

Read More
How to sum a column?...

dataframerustrust-polars

Read More
What is the best way to concatenate vectors in Rust?...

vectorrustconcatenation

Read More
Azure function app in Rust failing Http Worker, connection refused...

rustazure-functions

Read More
match expression with initializers...

rust

Read More
Lifetime tagging attempt fails with "lifetime does not live long enough"...

rust

Read More
Why I can't extend the lifetime of the variable of my function?...

rustdocxlifetime

Read More
How to pass Environment Variables from docker compose...

dockerrustdocker-composedockerfile

Read More
Close Tauri window without closing the entire app...

rustshutdowntauri

Read More
Gen enum string serialized value with serde...

rustserde

Read More
BackNext