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
In Rust, Why does integer overflow sometimes cause compilation error or runtime error?
Dec 02, 2025
rust
integer-overflow
Why does rust not know the size of a const array literal at compile time?
Dec 02, 2025
arrays
string
rust
Why are temporary values of Rust sometimes referential and sometimes not?
Dec 02, 2025
rust
temporary
How to get strings parsed to floats with comma as decimal separator
Dec 02, 2025
string
rust
floating-point
type-conversion
How to write a trait bound for a reference to an associated type on the trait itself?
Dec 02, 2025
generics
rust
constraints
traits
serde
Return type for rusqlite MappedRows
Dec 02, 2025
rust
Why does `sum += x` work the same as `sum += *x` for integer types? Is this an auto-dereference?
Dec 02, 2025
rust
What is the difference between [fn] vs [(fn, u8)] in terms of type-inference?
Nov 30, 2025
rust
type-inference
Share buffer during a loop
Dec 02, 2025
rust
lifetime
memory-optimization
Cannot immediately decode an object written to a file with bincode
Nov 30, 2025
rust
Re-export struct with generics applied
Dec 01, 2025
rust
graphics
How do I implement `.or()` for `Future<Option>`?
Dec 01, 2025
rust
future
opaque-types
Prevent a serialized struct in Rust from being deserialized into a different one
Nov 30, 2025
rust
deserialization
serde
« Newer Entries
Older Entries »