Search code examples
Trying to make bounded floating point types in rust, problem with From and Into...

genericsrusttypestraits

Read More
Rust compilation error " failed to run custom build command for `rdkafka-sys v4.8.0+2.3.0`'...

rustrust-cargo

Read More
How to mock COUNT query result in sea-orm MockDatabase for testing?...

rustsea-orm

Read More
Is there a C++ polymorphic memory resource equivalent in Rust?...

rustmemory-management

Read More
Upgrading argon2 from 0.5 to 0.5.3 gives error no `OsRng` in the root...

rustrandomdependenciesargon2

Read More
Trying to loop getting key-value pairs from a json file in Rust to populate a map...

jsonloopsrusthashmapkey

Read More
What is the idiomatic way to handle code duplication in match bindings for Result?...

rustmatchbinary-searchcode-duplicationresulttype

Read More
How to specify lifetime for referencing a value from an iterator in order to peek its contents?...

rustiteratorborrow-checker

Read More
Can I build a multi-platform Docker image containing Rust code with native dependencies targeting mu...

dockerrustmusl

Read More
replace a value behind a mutable reference by moving and mapping the original...

rust

Read More
How to iterate a String by words in Rust?...

stringrust

Read More
How can I get the current weekday in Rust using the Chrono crate?...

daterustrust-chrono

Read More
Converting a trait to an owned implementation of itself?...

rust

Read More
What is the difference between `|_| async move {}` and `async move |_| {}`...

rust

Read More
What linker was used to build a Rust binary?...

rustlinker

Read More
How to perform arithmetic on a Vec of items...

rust

Read More
assert_eq! with floating point numbers and delta...

unit-testingrust

Read More
Idiomatic way of assigning a value from an if else condition in Rust...

rust

Read More
Issue with Signing a Taproot P2TR Input in Bitcoin...

rustbitcoin

Read More
PHP response is escaping HTML characters and not rendering the frontend, but works fine in local / d...

phpapacherust

Read More
How can i solve the useless conversion clippy warning...

rustlintrust-clippy

Read More
Is it possible to declare variables procedurally using Rust macros?...

macrosrust

Read More
Writing Diesel CRUD operations for generic types...

rustcrudrust-diesel

Read More
How does mutability work with Vec and elements within it?...

rust

Read More
Initializing Rc<[u8]> directly without double allocation...

rust

Read More
Why does the Rust compiler give an error about possibly uninitialized variable in my conditional log...

variablesrustcompiler-errorsinitializationoption-type

Read More
Indexing in datafusion...

rustapache-arrowapache-arrow-datafusion

Read More
How to determine variable type in Rust to pass to function...

variablesrusttypes

Read More
Canonicalize file path string containing current directory with a given directory...

rust

Read More
How to convert RefCell<Box<dyn std::io::Write>> to owned File?...

rustmoveownershipdowncast

Read More
BackNext