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 closest I can get to discriminating an enum by a char?
Aug 27, 2022
enums
rust
Is there a Rust equivalent to the clock function in C++?
Jun 05, 2022
rust
libc
How do I deal with wrapper type invariance in Rust?
Nov 15, 2021
rust
wrapper
invariance
What is the difference between using a type as a different name and a type alias?
Aug 26, 2022
rust
Macro that declare variables in Rust?
Dec 04, 2018
macros
rust
Mismatched types. Expected i32, found () [duplicate]
Sep 30, 2021
types
rust
What is the correct way to convert a Vec for FFI without reallocation?
Oct 28, 2022
vector
rust
ffi
Why does Option<String>.as_ref() not deref to Option<&str>?
Nov 09, 2021
string
rust
optional
option-type
How to deal with real large numbers which don't fit in 128 bits in Rust without loss?
Nov 09, 2020
rust
Is it possible to have a recursive function computed at compile-time in Rust?
Nov 11, 2022
recursion
macros
rust
constants
compile-time-constant
Is it possible to close a TcpListener in Tokio?
May 26, 2021
rust
rust-tokio
How should I decide when it is more or less appropriate to use raw pointers?
Sep 15, 2022
pointers
rust
raw-pointer
Running asynchronous mutable operations with Rust futures
Feb 07, 2022
asynchronous
rust
future
mutable
rust-tokio
How do I get a vector of u8 RGB values when using the image crate?
Mar 04, 2022
rust
What does #[automatically_derived] mean?
Sep 05, 2022
rust
Why is the move keyword not always needed even when the closure takes ownership of a value? [duplicate]
Oct 16, 2022
rust
Can a `&str` contain a pointer to program memory in Rust?
Aug 31, 2022
reference
rust
literals
What is a function for structs like Java's instanceof?
Jan 22, 2022
oop
object
struct
rust
instanceof
Is there an alternative or way to have Rc<RefCell<X>> that restricts mutability of X?
May 06, 2021
rust
immutability
interior-mutability
Impl trait with generic associated type in return position causes lifetime error
Oct 02, 2022
rust
« Newer Entries
Older Entries »