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
Are there traditional style switch statements in Rust?
Jul 05, 2022
rust
"Can't find crate for `std`" — compiler error with trivial code
Apr 07, 2022
rust
Why do I get the error "the trait `Foo` is not implemented for `&mut T`" even though T implements the trait?
Dec 01, 2021
rust
traits
associated-types
What is the difference between :: and . in Rust?
Nov 17, 2022
rust
How do I read a single String from standard input?
Sep 10, 2022
string
rust
stdin
What is the difference between println's format styles?
Sep 26, 2022
rust
How to specify the underlying type of an enum in Rust? [duplicate]
Nov 24, 2020
enums
rust
Why doesn't Vec implement the Iterator trait?
Aug 27, 2022
rust
How to read a single character from input as u8?
Mar 17, 2022
input
rust
stdin
How to import macros in Rust?
Feb 15, 2022
macros
rust
glium
What type is the "type ()" in Rust?
Oct 22, 2022
rust
Allocate array onto heap with size known at runtime
Sep 30, 2019
arrays
rust
heap-memory
Using the Rust compiler to prevent forgetting to call a method
Dec 17, 2020
rust
api-design
type-safety
How do I unwrap an arbitrary number of nested Option types?
Sep 05, 2022
generics
rust
How to format a byte into a 2 digit hex string, in Rust [duplicate]
Sep 23, 2022
rust
string-formatting
How can I create an iterator that repeats multiple values infinitely?
May 26, 2022
iterator
rust
Returning error message to function expecting 'Box<dyn Error>'
Sep 29, 2020
error-handling
rust
Why are string literals &str instead of String in Rust?
Nov 08, 2022
string
rust
heap-memory
string-literals
stack-memory
Dereferencing Box<T> gives back value instead of reference
Oct 28, 2022
rust
Generic struct over a generic type without type parameter
Feb 06, 2019
generics
rust
higher-kinded-types
« Newer Entries
Older Entries »