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 to convert a `f64` to a `f32`?
Feb 09, 2026
rust
casting
floating-point
type-conversion
What is this: `impl<T> Trait for T {}`?
Feb 09, 2026
rust
traits
How to define a trait method to get a value that can be a type set by its implementors?
Feb 09, 2026
rust
traits
When can string slice `&str` produced by a function be returned in Rust?
Feb 09, 2026
rust
Converting u64 to f64 between 0..1
Feb 08, 2026
rust
random
floating-point
simd
When writing a syntax extension, can I look up information about types other than the annotated type?
Feb 08, 2026
compiler-construction
rust
rust-compiler-plugin
How to write a function that only accepts one enum variant as input?
Feb 09, 2026
function
enums
rust
VSCode rust format on save line length
Feb 08, 2026
visual-studio-code
rust
How can I wait for a specific result from a pool of futures with async rust?
Feb 09, 2026
asynchronous
rust
rust-futures
Rust serde deserialize dynamic trait
Feb 08, 2026
rust
serde
trait-objects
How do I sort data according to diferent criteria, without having to copy it?
Feb 08, 2026
rust
What is the best way to implement optional library dependencies in Rust?
Feb 08, 2026
plugins
rust
external-dependencies
Are mutable static primitives actually `unsafe` if single-threaded?
Feb 08, 2026
rust
embedded
unsafe
mem::transmute error when bounded to const N
Feb 08, 2026
rust
How do I use print! with Rocket when compiling for release?
Feb 07, 2026
rust
rust-rocket
Is the final comma in Rust struct definitions necessary?
Feb 07, 2026
rust
Failed to select a version for the requirement `rand = "^0.9.0"`
Feb 08, 2026
rust
rust-cargo
Older Entries »