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 would I do a template (like in C++) for setting shader uniforms in Rust?
Feb 14, 2026
rust
traits
Why does the unit type (empty tuple) implement the `Extend` trait?
Feb 13, 2026
rust
unit-type
Are out-of-bounds usize slice indexes guaranteed to panic?
Feb 14, 2026
rust
language-lawyer
unsafe
Does the 'generic blanket impl of ToString' conflict with the 'impl Tostring for char/str/String...' in rust
Feb 13, 2026
generics
rust
implementation
How to compile Rust for MMIX
Feb 13, 2026
llvm
rust
cross-compiling
mmix
Is there alternative regex syntax to avoid the error "look-around, including look-ahead and look-behind, is not supported"?
Feb 12, 2026
regex
rust
How is .unwrap() in Option a const function if it's output depends on the instance itself?
Feb 14, 2026
rust
Best way to read a raw struct from a file
Feb 13, 2026
rust
io
unsafe
Idiomatic way to check if a chrono::DateTime<Utc> is within date and time range?
Feb 13, 2026
datetime
rust
rust-chrono
How to borrow an immutable view (slice?) to a vector as octets?
Feb 13, 2026
type-conversion
rust
How do I continue using an iterator after calling take? [duplicate]
Feb 13, 2026
rust
iterator
Why for_each is much faster than for loop in release mode (cargo run -r)?
Feb 12, 2026
rust
How do I store a variable of type `impl Trait` in a struct?
Feb 13, 2026
rust
future
Why do recent versions of Rust allow a `match` expression to return a reference to a temporary?
Feb 12, 2026
rust
borrow-checker
How do I get Rust's openssl crate to decrypt data from the symmetric-encryption gem without the gibberish that Node Crypto automatically removes?
Feb 12, 2026
rust
aes
How to retrieve the IP address of the client from HttpRequest in actix-web?
Feb 12, 2026
rust
actix-web
What does the `@` (at sign) operator do? [duplicate]
Feb 10, 2026
rust
Min/Max of Vec<f64> / trait `Ord` is not implemented for xy [duplicate]
Feb 09, 2026
rust
Initialization of a static variable in the scope of a function or a module
Feb 08, 2026
rust
« Newer Entries
Older Entries »