Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

rust-toolchain.toml change from msvc to gnu does not work

rust toolchain rustup

Could not open genesis config file

rust indexer nearprotocol

What is the proper way to pass a module as an argument?

module rust arguments

Is there a way for me to use #[derive] on a struct or enum from a library without editing the actual library's source code?

rust

How to get multiple mutable references to elements in a Vec?

What is the smallest feature set to enable polling a future with Tokio?

rust rust-tokio

How to build the docs.rs documentation of an FFI crate when the native library is not present?

Rust Strings and C variadic functions

What is C# Linq "join" equivalent in rust?

Why do I get "expected type Future" error using match statement on Result?

Array initialization for non-copyable type

arrays rust initialization

Is there a Cargo environment variable for the workspace directory?

rust rust-cargo

Instantiating a struct parameterized by a trait

rust

How to configure os specific dependencies in a pyproject.toml file [Maturin]

python rust pypi pyo3

Is it possible to store types, not instances of those types, in a Vec?

generics reflection rust

ndarray: How to split an array?

How can I convert the captured pattern in a regex replace to uppercase?

regex rust

Lifting function to Option

Shadow variable not working in Rust, gives lifetime errors

rust

Not using Async in Rocket 0.5+?

rust rust-tokio rust-rocket