Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Is there a simple way remove duplicate elements from an array?

arrays rust duplicates

Saving rust_decimal to mongodb

mongodb rust decimal bson

How get an immutable Pin from a mutable Pin?

lifetime bound on associated type is rejected although it seems valid

rust traits lifetime

If let binding with boolean expression

rust

How do I avoid my anchor program throwing an "Access violation in stack frame"?

rust solana anchor-solana

Prevent cannot borrow `*self` as immutable because it is also borrowed as mutable when accessing disjoint fields in struct?

rust borrow-checker

How to sort a Vec of structs by 2 or multiple fields?

rust

Need to extract the last word in a Rust string

string rust rust-cargo

Wrapping AsyncRead `self` has an anonymous lifetime `'_` but it needs to satisfy a `'static` lifetime requirement

asynchronous rust

rust create a String from file.read_to_end()

rust

link.exe not found error while running on windows system for rust program, is Visual C++ mandatory for Cargo?

rust

Function local variable doesn't live long enough [duplicate]

rust serde serde-json

How do I include a variable in a String?

rust

What is the difference between Option::None in Rust and null in other languages?

rust null

Type mismatch between type parameter and std::ops::BitXor Output associated type

How do I convert the "largest value in a Vec" example in the Rust book to not use the Copy trait?

vector rust

Rust vs Go concurrent webserver, why is Rust slow here?

concurrency rust webserver