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
How to specify a lifetime for an Option<closure>?
Sep 14, 2018
syntax
rust
lifetime
Cannot return a vector slice - ops::Range<i32> is not implemented
Apr 04, 2022
rust
How does the lifetime work on constant strings / string literals?
Sep 10, 2022
string
rust
lifetime
string-literals
How does the Rust compiler know `Cell` has internal mutability?
Mar 04, 2022
rust
mutability
Referring to matched value in Rust
Nov 02, 2022
rust
match
Why can't I add a blanket impl on a trait with a type parameter?
Aug 26, 2021
generics
rust
traits
type-parameter
How to call methods on self in macros?
Mar 25, 2021
rust
rust-macros
Read from an enum without pattern matching
Nov 02, 2022
enums
rust
discriminated-union
Passing a JavaScript string to a Rust function compiled to WebAssembly
Nov 02, 2022
javascript
string
rust
webassembly
Difference between copied and cloned on Rust iterators
Aug 20, 2022
rust
iterator
copy
clone
How do I check if both variables are both Some?
Sep 12, 2022
rust
Why does `rev().rev()` work but `rev().skip(1).rev()` does not?
Sep 23, 2022
rust
Providing an implementation when both trait and type are not in this crate [duplicate]
Sep 10, 2022
traits
rust
How to lend a Rust object to C code for an arbitrary lifetime?
Oct 08, 2022
c
rust
ffi
Do I have to implement a trait twice when implementing it for both reference and non-reference types?
Feb 21, 2021
rust
traits
Why do Rust mutexes not seem to give the lock to the thread that wanted to lock it last?
Nov 20, 2022
multithreading
rust
mutex
shared-memory
Rust Chrono parse date String, ParseError(NotEnough) and ParseError(TooShort)
Feb 27, 2021
rust
rust-chrono
How do I create two new mutable slices from one slice?
Mar 24, 2022
slice
rust
How can the location of Cargo's configuration directory be overridden?
Oct 15, 2022
rust
rust-cargo
Should I return &Option<Foo> or Option<&Foo> from a getter?
Nov 10, 2022
rust
« Newer Entries
Older Entries »