Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

How to Box a trait that has associated types?

Defining a method for a struct only when a field is a certain enum variant?

How do I write a Serde Visitor to convert an array of arrays of strings to a Vec<Vec<f64>>?

json serialization rust serde

Generic function using Diesel causes overflow

generics rust

How do I declare a static variable as a reference to a hard-coded memory address?

rust embedded ffi

Rust bitfields and enumerations C++ style

How do I make a struct for FFI that contains a nullable function pointer?

c rust

How can I use the question mark operator to handle errors in Tokio futures?

How to include an arbitrary markdown file as a documentation attribute? [duplicate]

rust rustdoc

How do I properly implement a caching struct in Rust for lazily-computed values?

rust

How to generate codes using prost in rust?

rust protocol-buffers

How do I remove a single trailing string from another string in Rust?

string rust

How to build a Rust app free of shared libraries?

rust static-linking

Is there a way to do validation as part of a filter in Warp?

rust rust-warp

How can I create a list of owned trait objects without allocating each item on the heap separately?

rust trait-objects

How can I join all the futures in a vector without cancelling on failure like join_all does?

Should I end an expression with ; inside a loop?

rust

Unexpected auto deref behavior

rust dereference

Use regular reference instead of `Box` in recursive data structures

rust

How can I implement serde::Deserialize for arrays larger than 32? [duplicate]

arrays rust serde