Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
sebpuetz
sebpuetz has asked
0
questions and find answers to
7
problems.
Stats
127
EtPoint
32
Vote count
0
questions
7
answers
About
NLP researcher turned Rust & Python developer.
sebpuetz questions
sebpuetz answers
What is a faster way to iterate through the bytes of a file in Rust?
Generic function that accepts a SQLx PgPool or MySqlPool
Do Rust closures really not need type annoations?
Exit from a block expression? (similar to function "return")
Destructuring an Option<Box<_>> inside a match statement in Rust
Can a standalone closure take `&str` and return `&str` with the same lifetime? [duplicate]