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 can I store a Chars iterator in the same struct as the String it is iterating on?
Mar 09, 2019
rust
What's the equivalent of a C preprocessor-like #define for an array length? [duplicate]
Feb 16, 2022
rust
When to be explicit with type annotation?
Jun 05, 2021
types
rust
primitive
error: variable 'x' is still repeating at this depth
Sep 21, 2020
macros
rust
Generate a random u8 from 0 to 255 inclusively
Nov 29, 2020
random
rust
How can I move a value out of the argument to Drop::drop()?
Aug 08, 2021
rust
Passing an immutable reference when a mutable reference exists
Apr 22, 2022
loops
rust
borrow-checker
mutability
How to properly implement Iterable structure in Rust? [duplicate]
Sep 06, 2021
rust
iterator
Why is there a borrow of a moved value when calling a method that takes self by value with an argument that also calls a method?
Sep 11, 2022
rust
borrow-checker
Is it possible to cast a trait object to another trait object? [duplicate]
Feb 02, 2022
dynamic
casting
rust
Is there a Rust interpreter?
Sep 22, 2022
compilation
rust
computer-science
interpreter
What does “&*” do in Rust
May 15, 2020
rust
How do I split a string using a Rust regex and keep the delimiters?
Oct 15, 2022
regex
rust
why do we need to call take() for Option<T> variable
Sep 14, 2022
rust
Why does Rust allow code with the wrong return type, but only with a trailing semicolon?
May 01, 2022
rust
return-type
unreachable-code
What does a lifetime reference when declared in a trait implementation?
Sep 15, 2022
rust
What is the difference between Vec<struct> and &[struct]?
Aug 23, 2022
vector
data-structures
rust
How to create a sized closure or implement Fn/FnMut/FnOnce on a struct?
May 06, 2022
rust
higher-order-functions
Type mismatch "bound lifetime parameter" vs "concrete lifetime" when filling a collection from a closure
Feb 15, 2022
closures
rust
lifetime
How to run library tests and doc tests but not integration tests
Nov 02, 2022
rust
rust-cargo
« Newer Entries
Older Entries »