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
How to process a vector as an asynchronous stream?
Jul 04, 2021
asynchronous
rust
async-await
Why is `std::ptr::null` not usable with unsized types?
Aug 29, 2022
pointers
rust
How do I iterate arguments of a macros in Rust?
Nov 17, 2022
rust
the trait bound `tokio::net::tcp::stream::TcpStream: tokio_io::async_read::AsyncRead` is not satisfied
Apr 27, 2020
asynchronous
compiler-errors
rust
traits
rust-tokio
a collection of type `str` cannot be built from `std::iter::Iterator<Item=char>`
May 11, 2021
rust
What happens in memory when ownership is transferred out of a box?
Sep 02, 2022
rust
heap-memory
ownership
Run multiple actix app on different ports
May 20, 2022
rust
rust-actix
actix-web
How do you write to a pty master Rust
Jun 02, 2022
unix
rust
libc
tty
pty
alternative to using 'await' with lazy_static! macro in rust?
Mar 30, 2021
mongodb
asynchronous
rust
lazy-static
How to convert a Bytes Iterator into a Stream in Rust
Jun 10, 2022
rust
async-await
Will Rust optimize away unused function arguments?
Jul 08, 2022
rust
compiler-optimization
Traits returning a trait: In some cases works, in others it doesn't
Sep 16, 2022
rust
Equivalent C++ macro to Rust's include_str
Dec 17, 2021
c++
rust
Calling async function from closure
Sep 29, 2022
asynchronous
rust
async-await
future
Using a custom transporter for Rust's hyper http crate
Jul 09, 2022
rust
hyper
type erasure for functions in rust
Aug 31, 2022
c++
rust
How can I generate trait bounds in a declarative macro?
Sep 14, 2022
rust
type-bounds
rust-decl-macros
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
« Newer Entries
Older Entries »