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
Using serde for two (de)serialization formats
Sep 14, 2022
rust
serde
Iterate mutably over &[1,2,3,4,5,6,7,8,9] to receive `&mut [1,4,7]` then `&mut [2,5,8]` then `&mut[3,6,9]`
Sep 23, 2022
rust
Keeping a variable alive across multiple function calls in rust
Jun 14, 2022
memoization
rust
collatz
Convert an Option<&T> to Option<T> [duplicate]
Aug 27, 2022
generics
rust
Lifetime issue when mapping an iterator over elements of a matrix
Aug 18, 2018
iterator
rust
lifetime
Rust map with predicate
Oct 28, 2022
functional-programming
rust
Structs with slices pointing to data in themselves
May 12, 2021
rust
How can I create stub functions?
Jul 02, 2022
rust
Collaterally moved error when deconstructing a Box of pairs
Jun 28, 2022
rust
Returning and using a generic type with match
Aug 07, 2021
rust
How is a file handle closed when it goes out of scope?
Aug 26, 2022
io
rust
Read string until newline
Jul 05, 2019
rust
Iterators, laziness, and ownership
Apr 29, 2022
rust
Binary serialisation of Rust data strucutures [closed]
Mar 16, 2019
serialization
binary
rust
Borrow checker is not happy when conditionally popping elements from binary heap
Oct 29, 2019
rust
Can you control borrowing a struct vs borrowing a field?
Aug 30, 2018
rust
borrow-checker
The trait `A` is not implemented for the type `A`
Mar 19, 2020
rust
traits
Generic types, ownership, and persistent data structures
Mar 07, 2022
rust
Why doesn't this Rust program crash?
Sep 07, 2022
segmentation-fault
rust
Assign an array to *mut c_void
Sep 11, 2022
c
rust
ffi
« Newer Entries
Older Entries »