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
What's the difference between extern fn and extern "C" fn in Rust?
Sep 15, 2022
rust
ffi
How can I unpack a tuple struct like I would a classic tuple?
Sep 15, 2022
struct
rust
tuples
tuple-struct
Why do slices in a structure require a lifetime, but not vectors?
Aug 22, 2020
rust
Why can't I return an &str value generated from a String?
Oct 20, 2022
rust
lifetime
How are you able to create partially initialised structs?
Sep 15, 2022
rust
Why is the return type of Deref::deref itself a reference?
Oct 26, 2022
pointers
reference
rust
Why do I have to specify the type for "const" variables but not for "let" variables?
Sep 15, 2022
variables
types
rust
constants
Does a compiled Rust executable exclude unused code from dependencies?
Jan 15, 2021
rust
dependencies
rust-cargo
Option types and early returns. return an Error when is_none()
Sep 15, 2022
rust
Turn Vec<u64> into Vec<(&str, u64)> for tui::BarChart data
Sep 15, 2022
rust
Create interface to C function pointers in Rust
Mar 19, 2022
c
rust
Expand tilde in Rust Path idiomatically
Nov 14, 2022
path
rust
directory
home-directory
How can I parse query strings in actix-web?
Dec 19, 2021
rust
rust-actix
How to avoid repetitive long generic constraints in Rust
Nov 18, 2022
generics
rust
constraints
traits
Should I implement Display or ToString to render a type as a string?
Mar 07, 2021
string
rust
Why is adding a lifetime to a trait with the plus operator (Iterator<Item = &Foo> + 'a) needed?
Nov 11, 2021
rust
lifetime
How to format SystemTime to string?
Sep 15, 2022
time
rust
What is the canonical way to implement is_empty for Iterator?
Dec 02, 2019
rust
Why am I getting "unused Result which must be used ... Result may be an Err variant, which should be handled" even though I am handling it?
Sep 16, 2022
rust
Why can't I cast a `u32` to `char`?
Jul 09, 2020
rust
« Newer Entries
Older Entries »