Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

When do I need to make a closure variable mutable? [duplicate]

rust closures

Whats the best way to write an iterator supporting multiple logic branches?

iterator rust

Rust, Copy Trait not working with a type when it uses generic

pointers generics rust copy

How to store large string literals to be used with the format macro without littering code?

How can I groupby on the Year or Weekday of a date column in Polars Rust

rust rust-polars

Does mpsc::Receiver need to be in a Mutex to be used with Arc?

rust channel

Rust macro repetition with plus

rust

How to crop an image with OpenCV in Rust?

opencv rust

Possible to access the 'TypeId' of a struct member?

types rust introspection

Is there a way to tell the Rust compiler to call drop on partially-initialized array elements when handling a panic?

arrays rust initialization

How is Arc implemented? How is it only 8 bytes large?

rust memory

Move of a struct variable is a "move" but new space in memory is allocated and addresses of underlying values are different

rust borrow-checker

How can I use a trait from a transitive dependency in Rust?

How can I remove 3 years from a date in Rust?

date datetime rust rust-chrono

the trait `std::ops::Fn<()>` is not implemented for [closure ...] but only with a binding from the outer scope

rust

How to run cargo with features flag

rust rust-cargo

What's the best way to use a private type in a public function? [duplicate]

rust private public

use Rust proc macros to generate dynamically named struct instance methods

Rust Axum Multipart Length Limit Exceeded

rust rust-tokio rust-axum

Rust: sqlx try_from Option<Uuid>

rust rust-sqlx