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 does one convert a C pointer-to-pointer to a Rust slice of slices?
Sep 03, 2025
rust
slice
ffi
How to "unlock" an RwLock?
Sep 02, 2025
multithreading
rust
mutex
How to sort a part of a vector?
Sep 02, 2025
sorting
rust
What is the idiomatic way to do something when an Option is either None, or the inner value meets some condition?
Sep 02, 2025
rust
How can I put a trait constraint on a type while implementing a trait?
Sep 03, 2025
rust
traits
Iterating over an enum
Sep 03, 2025
rust
enums
Unresolved Imports - "help: a similar path exists"
Sep 03, 2025
rust
Difference between `&self.stringVal` and `self.stringVal.as_str()`
Sep 03, 2025
rust
Iterate slices of size N over some contiguous container
Sep 03, 2025
rust
data-conversion
iterable
How to call a Rust function in C?
Sep 03, 2025
c
rust
function-pointers
ffi
Any way to make Rust understand an `fn(T) -> impl Future` always returns the same type?
Sep 03, 2025
generics
rust
future
Trait associated type lifetime and self
Sep 03, 2025
rust
lifetime
Is there a way to define a tag field with Serde?
Sep 02, 2025
rust
serde
Is it possible to have a type with a larger alignment than its own size?
Sep 03, 2025
rust
alignment
memory-layout
Mapping a type to another type in rust
Sep 02, 2025
rust
metaprogramming
Why do I get the error "missing field" when deserializing XML with serde-xml-rs, even though the element is present?
Sep 02, 2025
xml
rust
serde
Trying to make bounded floating point types in rust, problem with From and Into
Sep 03, 2025
generics
rust
types
traits
If the return value of a function has the same lifetime as one of the arguments, then the return value is considered a borrow of the argument?
Sep 02, 2025
rust
lifetime
borrow-checker
Wrapped stream Unpin behaves unintuitively
Sep 02, 2025
rust
types
I need to use an associated constant in an associated type in Rust
Sep 02, 2025
rust
types
constants
traits
Older Entries »