Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

How to `use` function scoped structs?

rust

Why do I need an apparently useless type annotation when a closure matches against an enum-with-lifetime argument?

How to use `Copy` or reborrow on mutable reference in safe rust

rust borrow-checker

How do I share state with a background thread owned by the same struct without Arc?

rust

How do I specify that a workspace member should only be built on specific platforms?

rust rust-cargo

error: could not find system library 'gobject-2.0' required by the 'gobject-sys' crate

rust gtk3

Why does defining RUSTFLAGS cause rustflags in .cargo/config to be ignored?

rust build rust-cargo

WASM/Yew - failed to resolve: could not find `unix` in `os`

windows rust webassembly yew

Why can you borrow a mutable reference and still use both?

Cache Rust dependencies with Docker build and lib.rs

Using the same lifetime for the pointer and the lifetime parameter of the struct it points to

rust lifetime borrowing

mysql::value::FromValue not implemented for a large tuple when calling mysql::from_row

mysql rust

Why Aren't JoinSets with recursive calls `Send`?

How can I use Stream::map with a function that returns Result?

rust future

How to communicate a Rust and a Ruby process using a Unix socket pair

ruby sockets rust unix-socket

How to resolve "creates a temporary variable which is freed while still in use"?

rust borrow-checker

Future created by async block is not `Send` because of *mut u8 [duplicate]

rust rust-tokio debouncing

Copy identical fields of different struct in rust [duplicate]

rust

Rust cannot link with `x86_64-w64-mingw32-gcc`

rust rust-cargo rust-tokio