Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Is there a way to write to a whole row / column of a nalgebra Matrix?

rust

How to avoid dependency on libssl.so.10 and libcrypto.so.10

rust

Why do I get "identifier is undefined" or "not available" when inspecting a Rust variable in the VSCode debugger?

How to use std::iter::Iterator::map for tree-like structures in Rust?

rust

Passing strings between Rust and JavaScript when building with wasm-pack

Is it possible to specify that two type parameters are different types?

generics rust

Generalising over two structs

generics types rust

How to get the index of an element in a vector using pointer arithmetic?

pointers vector rust

Reduce CPU usage for cargo run

linux rust cpu rust-cargo

Am I incorrectly implementing IntoIterator for a reference or is this a Rust bug that should be reported?

Cannot get Rust enum in scope when in crate

enums rust rust-obsolete

Is there a way in rust to have a function that returns a value one higher than it did last?

function rust

Cannot borrow as mutable when running next on an immutable iterator (no other borrows)

rust

Is there a faster algorithm for max(ctz(x), ctz(y))?

How do I automatically run "cargo fix" on save in VSCode?

rust rust-cargo

Filter a vector using a boolean array

rust

Simplest way to unwrap an option and return Error if None (Anyhow)

rust error-handling

How to build two versions of an application, using features, with a single `cargo build` command

rust rust-cargo

Why does a reqwest Response hang when switching WiFi networks on macOS / iOS?

rust reqwest

rust/wasm_bindgen: recursive use of an object detected which would lead to unsafe aliasing in rust

rust wasm-bindgen