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
Mutating a tree while performing a modified DFS without recursion
Oct 26, 2025
rust
tree
depth-first-search
Getting relative order of different command line options using clap & structopt
Oct 26, 2025
rust
command-line-interface
clap
structopt
Constrained type is unconstrained?
Oct 25, 2025
generics
rust
enums
constraints
Rust 'for loop' (converting from c++)
Oct 26, 2025
rust
Shared state doesn't work because of lifetimes
Oct 25, 2025
rust
rust-axum
What is an alternative for conditional evaluation like if or match in a Rust const function?
Oct 26, 2025
rust
constants
How to return a new String from a declarative macro?
Oct 25, 2025
string
rust
rust-macros
rust-decl-macros
How do I parse a TOML file with a table at the top level into a Rust structure?
Oct 26, 2025
rust
serde
toml
Why can't a variable be moved out of a closure?
Oct 26, 2025
function
lambda
rust
move-semantics
lifetime
How to write a vector to a json file?
Oct 26, 2025
json
vector
rust
Why is it considered safe to `mem::forget` Boxes?
Oct 25, 2025
rust
unsafe
Can a BigInteger be truncated to an i32 in Rust?
Oct 26, 2025
rust
biginteger
Ambiguity of PEG grammar with PEST parser
Oct 25, 2025
rust
peg
How to wait for tokio tasks to finish?
Oct 26, 2025
multithreading
rust
rust-tokio
Passing boxed trait object to function accepting generic parameter implementing the trait
Oct 25, 2025
rust
Why can the Rust compiler not optimize Option::take and an "if let" if you print the value?
Oct 25, 2025
rust
compiler-optimization
How can I split a stream on either carriage return (\r) or CRLF (\r\n) line terminators?
Oct 26, 2025
split
rust
carriage-return
Is there a way to split server routes declaration in actix-web?
Oct 25, 2025
rust
actix-web
How do I create a second window in Druid?
Oct 26, 2025
rust
druid-rs
How to implement long-lived variables/state in a library?
Oct 25, 2025
rust
« Newer Entries
Older Entries »