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
How to safely store immutable, aliasing copies of a generic value?
Dec 13, 2020
generics
rust
traits
type-safety
Why do I get a `trait bound `[T]: std::marker::Sized` is not satisfied when I try and implement Ord and Eq manually on unsized types?
Mar 27, 2020
rust
traits
Is it possible to disable Rust's lifetime elision?
Oct 24, 2022
rust
lifetime
Is there a simpler way to run clippy on my build script?
Oct 31, 2022
rust
static-analysis
rust-cargo
How to use rayon's .par_iter() with a vector of generics?
Sep 15, 2022
generics
rust
rayon
How to convert from std::io::Bytes to &[u8]
Aug 24, 2022
rust
How do I format a signed integer to a sign-aware hexadecimal representation?
Jan 19, 2019
formatting
integer
rust
What does the dollar syntax mean in a Rust format string?
Oct 31, 2022
rust
string-formatting
Creating Diesel.rs queries with a dynamic number of .and()'s
May 14, 2022
rust
rust-diesel
Why does using Option::map to Box::new a trait object not work?
Nov 02, 2022
rust
trait-objects
Rust can't find Microsoft C++ build tools
Jun 14, 2022
c++
visual-studio
visual-c++
rust
How to post an image using multipart/form-data with hyper?
Oct 01, 2022
post
rust
hyper
Can you create a function that takes another function and a parameter and returns a lazy stream of nested function calls?
Jan 27, 2021
rust
Extracting type T from Option<T>
May 14, 2022
rust
In Rust, how check if a generic parameter is of a specific type and cast to it
Aug 24, 2022
generics
rust
Is there a better functional way to process a vector with error checking?
May 15, 2022
functional-programming
rust
How to check the authorization header using Warp?
Mar 28, 2021
rust
rust-warp
Why is it possible to return a mutable reference to a literal from a function?
Nov 12, 2022
rust
borrow-checker
How do I create a function-like procedural macro?
Aug 24, 2022
rust
rust-macros
rust-proc-macros
How do I configure actix-web to accept CORS requests from any origin?
Aug 20, 2021
rust
cors
rust-actix
actix-web
« Newer Entries
Older Entries »