Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in rust
What's the most idiomatic way to test two Options for equality when they contain values which can be tested for equality?
Jun 23, 2021
rust
Variable binding: moving a &mut or borrowing the referent?
Sep 24, 2021
rust
Mismatched types: expected &str found String when assigning string
Aug 11, 2021
string
reference
rust
cannot borrow as mutable, as it is behind a `&` reference
Sep 19, 2022
rust
How can I put an async function into a map in Rust?
Aug 24, 2022
rust
async-await
Can we create custom Rust operators?
Sep 19, 2022
rust
operator-overloading
Type-casting arrays/vectors in Rust
Nov 19, 2022
arrays
vector
rust
Calling dynamically linked Haskell code from Rust
Mar 12, 2018
macos
haskell
rust
ffi
What is the correct type for returning a C99 `bool` to Rust via the FFI?
Dec 01, 2020
type-conversion
rust
boolean
ffi
How to read a file with JavaScript to WebAssembly using Rust?
Nov 17, 2022
javascript
rust
webassembly
How to use a debugger like GDB or LLDB to debug a crate in Rust?
Sep 19, 2022
debugging
rust
gdb
lldb
Why does Rust allow mutation through a reference field using an immutable binding?
Feb 14, 2022
rust
Why do the lifetimes on a trait object passed as an argument require Higher Ranked Trait Bounds but a struct doesn't?
Sep 19, 2022
rust
lifetime
Can Rust's clippy do autocorrection / autofix?
Oct 15, 2022
rust
lint
rust-cargo
rust-clippy
Is it more conventional to pass-by-value or pass-by-reference when the method needs ownership of the value?
Aug 26, 2022
rust
reference
pass-by-reference
pass-by-value
What are the differences between specifying lifetime parameters on an impl or on a method?
Oct 15, 2022
rust
Fixing "no rules expected the token" macro error
Apr 14, 2020
macros
rust
Writing a generic function that takes an iterable container as parameter in Rust
Feb 01, 2022
generics
iterator
rust
lifetime
What exactly is considered a breaking change to a library crate?
Jun 27, 2019
rust
rust-cargo
semantic-versioning
How to match over self in an enum?
Oct 21, 2021
enums
pattern-matching
rust
« Newer Entries
Older Entries »