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 copy a String from a &String while iterating through a Vector?
May 22, 2022
rust
ownership
Equivalent of specific template usage in C++ for Rust
Oct 28, 2022
templates
rust
Is there a trait for only primitive types that I can use in a generic function?
Aug 27, 2022
rust
What does a lifetime mean when returning a conservative impl trait?
Sep 21, 2020
generics
rust
lifetime
How can I create an efficient iterator of chars from stdin with Rust?
Oct 14, 2020
rust
stdin
chars
How to find the starting offset of a string slice of another string? [duplicate]
Jan 31, 2022
string
rust
Bitwise or in match?
Feb 22, 2022
rust
bitwise-operators
What is the standard way to call a mutable method in a Rc-wrapped object?
Mar 05, 2022
rust
How to safely reinterpret Vec<f64> as Vec<num_complex::Complex<f64>> with half the size?
Apr 29, 2022
rust
unsafe
How to match with vector element in Rust?
Sep 26, 2022
rust
match
What is the equivalent of Java's transient in Serde?
Aug 30, 2022
serialization
rust
serde
Idiomatic way to count occurrences in a collection of Options
Sep 22, 2019
rust
idioms
Primitive types in rust enums
Nov 03, 2022
rust
Why does Box<trait> have a different size than Box<struct>?
Apr 29, 2022
polymorphism
rust
Why does a slice starting at the length of a string not panic?
Aug 30, 2022
syntax
rust
How can I get the T from an Option<T> when using syn?
Sep 06, 2021
rust
metaprogramming
rust-proc-macros
Why does the order of borrowing matter in rust?
Aug 30, 2022
rust
Why don't newtypes use the traits from the inner type?
Jan 15, 2021
rust
newtype
Why are tuples not destructured when iterating over an array of tuples?
Jun 13, 2021
rust
How to provide a type-annotation for `AsRef`?
Jul 16, 2021
rust
« Newer Entries
Older Entries »