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
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
What is the proper way to create a new generic struct?
Nov 10, 2022
generics
struct
rust
Can I cast between two traits?
Apr 06, 2022
rust
traits
How do I duplicate a &[u8] slice?
Oct 17, 2022
rust
borrowing
Mutating one field while iterating over another immutable field
Jul 12, 2022
rust
How can I truncate a string to have at most N characters?
Apr 02, 2022
string
unicode
rust
truncate
Confusing error in Rust with trait object lifetime
Nov 27, 2021
rust
lifetime
trait-objects
Why is it not possible to concatenate two Strings in Rust without taking a reference to one of them?
May 15, 2022
rust
function is marked #[no_mangle], but not exported
Sep 15, 2021
rust
Is it possible to map a function over a Vec without allocating a new Vec?
Oct 31, 2022
rust
What does "Stream did not contain valid UTF-8" mean?
Jun 05, 2018
utf-8
stream
rust
How do I implement the Chain of Responsibility pattern using a chain of trait objects?
Feb 21, 2022
design-patterns
rust
chain-of-responsibility
Why does Iterator::all return true for an empty iterator?
Nov 18, 2022
rust
« Newer Entries
Older Entries »