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 Box a trait that has associated types?
Oct 22, 2022
rust
traits
associated-types
Defining a method for a struct only when a field is a certain enum variant?
Oct 25, 2021
enums
rust
type-safety
type-parameter
downcast
How do I write a Serde Visitor to convert an array of arrays of strings to a Vec<Vec<f64>>?
May 21, 2022
json
serialization
rust
serde
Generic function using Diesel causes overflow
Sep 14, 2022
generics
rust
How do I declare a static variable as a reference to a hard-coded memory address?
May 26, 2022
rust
embedded
ffi
Rust bitfields and enumerations C++ style
Oct 20, 2022
c++
winapi
rust
bit-fields
bitflags
How do I make a struct for FFI that contains a nullable function pointer?
Sep 15, 2022
c
rust
How can I use the question mark operator to handle errors in Tokio futures?
Nov 19, 2022
error-handling
rust
future
rust-tokio
How to include an arbitrary markdown file as a documentation attribute? [duplicate]
Jun 27, 2022
rust
rustdoc
How do I properly implement a caching struct in Rust for lazily-computed values?
Jan 28, 2020
rust
How to generate codes using prost in rust?
Nov 30, 2020
rust
protocol-buffers
How do I remove a single trailing string from another string in Rust?
Jun 11, 2022
string
rust
How to build a Rust app free of shared libraries?
Nov 03, 2021
rust
static-linking
Is there a way to do validation as part of a filter in Warp?
Mar 31, 2022
rust
rust-warp
How can I create a list of owned trait objects without allocating each item on the heap separately?
Nov 18, 2022
rust
trait-objects
How can I join all the futures in a vector without cancelling on failure like join_all does?
Feb 27, 2022
asynchronous
rust
async-await
Should I end an expression with ; inside a loop?
Apr 07, 2022
rust
Unexpected auto deref behavior
Jun 02, 2022
rust
dereference
Use regular reference instead of `Box` in recursive data structures
Aug 29, 2022
rust
How can I implement serde::Deserialize for arrays larger than 32? [duplicate]
Apr 21, 2022
arrays
rust
serde
« Newer Entries
Older Entries »