Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

How many ways are there to declare a float in Rust?

How can I map Result<(), E> into a numeric error code?

rust

In which format should I pass image from Rust to JS?

Do I have to use Pin when returning a boxed trait object from an async method?

asynchronous rust traits

What is the correct syntax to return a function in Rust?

function rust return

Why do blanket implementations for two different traits conflict?

rust traits

Does cargo have an equivalent npm install --save option to automatically add dependencies to Cargo.toml? [duplicate]

rust rust-cargo

Understanding error "Borrowed value does not live long enough"

rust

How does comparison of a slice with an array work in Rust?

arrays rust slice

Borrowed value does not live long enough with async funtion

rust rust-tokio

How can I call a rust function from R that returns Vec<Vec<f64>>?

r rust ffi extendr rextendr

error: cannot move out of borrowed content for self field

rust

How to configure VSCode with Rust for binary execution?

rust vscode-tasks

How do I annotate rust variables' data type without assignment?

What is the best way to use PathBuf in a command call in Rust?

string rust path

Why are trait methods with generic type parameters object-unsafe?

What is the missing 'sqlite3.lib' file when trying to run rustqlite with precompiled binary on Windows 11?

database sqlite rust linker

Is there a way to prevent a struct from implementing a trait method?

rust traits