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
Lifetimes when returning a reference to the contents of Rc<RefCell<_>> [duplicate]
Feb 07, 2026
rust
lifetime
How do I obtain a trait object from a wrapper trait object with an associated type?
Feb 06, 2026
rust
associated-types
Is there a way to merge two iterators into the same Vec?
Feb 07, 2026
rust
iterator
How to write a Vec<u8> to a file? [duplicate]
Feb 07, 2026
file
rust
vector
How to format the std::process::Command as a string for debugging
Feb 07, 2026
rust
Calling a generic async function with a (mutably) borrowed argument
Feb 07, 2026
rust
async-await
In Rust, how to template functions returning `impl Iterator<Item = String>`
Feb 07, 2026
rust
Why the env_logger doesn't work in my cli program
Feb 04, 2026
rust
How can I install an executable from a local project systemwide?
Feb 06, 2026
rust
rust-cargo
Using Option<T> as associated type in trait that returns reference to it
Feb 06, 2026
rust
traits
How do I create a function with two generic parameters, which can be whatever kind of number, and perform simple arithmetic with them?
Feb 06, 2026
rust
Get indexes of all occurrences of a substring within a string
Feb 06, 2026
rust
Is there any point in async file IO?
Feb 05, 2026
asynchronous
rust
async-await
concurrency
rust-tokio
Bindgen skipping definitions from C++ header file
Feb 06, 2026
rust
bindgen
Calling a WASM function that returns a string from Wasmtime
Feb 05, 2026
rust
webassembly
rust-wasm
wasmtime
Sending "application/x-www-form-urlencoded" data in place of JSON over network
Feb 05, 2026
rust
serde
Is there a cross-platform way to check if stdout is being piped into another program in Rust?
Feb 05, 2026
rust
pipe
tty
Can I implement a trait which adds information to an external type in Rust?
Feb 06, 2026
rust
traits
What is the reason for requiring &mut foo instead of &foo when foo has been declared mutable?
Feb 05, 2026
syntax
rust
ffi
Facing unexpected 'misaligned pointer dereference: address must be a multiple of 0x8 but is 0x__' error
Feb 05, 2026
pointers
rust
Older Entries »