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 do I create a Rust macro to define a String variable with the value of its own identifier?
Apr 07, 2022
macros
rust
How do I check if a character is a Unicode new-line character (not only ASCII) in Rust?
Oct 31, 2022
unicode
rust
newline
carriage-return
linefeed
How to get & replace a value in Rust Vec?
Oct 29, 2022
vector
collections
rust
How do I use integer number literals when using generic types?
Nov 21, 2019
generics
int
rust
traits
Why don't Option's Some and None variants need to be qualified?
Nov 16, 2022
rust
Preventing move semantics during pattern matching
Mar 02, 2022
pattern-matching
rust
move
Does Rust erase generic types or not?
Oct 23, 2022
rust
type-erasure
Matching tuples with multiple possible values
Jan 16, 2022
pattern-matching
rust
tuples
When to use `std::cmp::ordering` instead of an `if` statement in Rust
Oct 03, 2021
if-statement
rust
comparison
Wrong number of type arguments: expected 1 but found 0
Feb 07, 2022
generics
rust
Is it possible to return either a borrowed or owned type in Rust?
Nov 17, 2022
rust
ownership
Is casting between integers expensive?
Apr 21, 2018
rust
Why is tuple formatting limited to 12 items in Rust?
Nov 07, 2022
printing
rust
tuples
Return an async function from a function in Rust
Nov 01, 2022
rust
async-await
What's the difference between the "serialize" and "rustc-serialize" crates?
Jan 29, 2022
rust
Is there a built-in way to compare two iterators?
Dec 02, 2019
iterator
rust
Why does cloned() allow this function to compile
Apr 11, 2022
rust
What's the most efficient way to reuse an iterator in Rust?
Nov 10, 2022
iterator
rust
move-semantics
What does this strange line do?
Feb 27, 2022
rust
deobfuscation
How I can know if something is initialised in Rust?
Nov 08, 2022
rust
« Newer Entries
Older Entries »