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
Rust `format!()` print `variable=value` like python's `f"{variable=}"
Aug 04, 2026
rust
format
The best way to enumerate through a string in Rust? (chars() vs as_bytes())
Aug 05, 2026
rust
How to use plain RDTSC without using asm?
Aug 04, 2026
assembly
rust
x86
benchmarking
rdtsc
Is there a possibility to create a const value with non const functions?
Aug 05, 2026
rust
fonts
How would you link a custom CUDA kernel written in C to a Rust project?
Aug 04, 2026
cuda
linker
rust
ffi
nvcc
Will rustc enable frame pointers on linux by default?
Aug 04, 2026
linux
rust
llvm
Specify lifetime of a reference to a return argument for a member variable in an associated function
Aug 04, 2026
rust
What return type should I use for an iterable expression? [duplicate]
Aug 03, 2026
rust
Expected type `bool`, found type `&bool`
Aug 02, 2026
boolean
rust
What is the "the anonymous lifetime #1" and how can I define it in the right way?
Aug 03, 2026
rust
Rust pattern matching with an existing binding?
Aug 03, 2026
rust
Apply attribute to macro expansion
Aug 02, 2026
rust
Is it possible to get the line/character position at which a field was found by Serde
Aug 03, 2026
rust
yaml
serde
How to use modules from another directory? [duplicate]
Aug 01, 2026
module
rust
How can I use Result::expect to log a message before panicking?
Aug 02, 2026
logging
rust
How can str be copied if it doesn't implement the Copy trait?
Aug 03, 2026
rust
traits
primitive
Serve on multiple ports(http,https) simultaneously using warp framework in Rust
Aug 02, 2026
rust
future
rust-warp
Why do String::from(&str) and &str.to_string() behave differently in Rust?
Aug 03, 2026
string
rust
« Newer Entries
Older Entries »