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
Is there a way to store the version information in a Rust compiled executable or library?
Apr 13, 2022
dll
rust
versioning
rust-cargo
Why does Rust's if-else AST use different types for then and else?
Feb 13, 2020
rust
How does borrowing Box<Trait> contents work?
Mar 14, 2019
rust
traits
borrow-checker
How do I pass a function that creates a struct containing a Cell with a lifetime to another function?
Jan 24, 2022
rust
lifetime
How can I define a function with a parameter that can be multiple kinds of trait objects?
Nov 12, 2022
generics
rust
traits
boxing
Linking to a C++ library that has extern "C" functions
Aug 15, 2022
rust
ffi
How do I set the lifetime of a return value as the lifetime of the variable I move into it?
Sep 06, 2022
rust
How do I destructure a vector without taking a slice?
Apr 03, 2019
vector
rust
pattern-matching
slice
destructuring
How can I create Haskell-like functional dependencies
Mar 28, 2018
rust
Why does the compiler claim that an associated type from a higher-ranked trait bound doesn't implement `Display` even though it should?
Sep 19, 2021
rust
formatting
traits
Argument requires that _ is borrowed for 'static - how do I work round this?
Mar 31, 2022
rust
When to use self, &self, &mut self in methods?
Jan 31, 2022
rust
Only show first screenful of compile errors in Rust when building with Cargo?
Apr 05, 2021
rust
rust-cargo
Force non blocking read with TcpStream
Dec 17, 2020
sockets
tcp
rust
What casts are allowed with `as`?
Jun 25, 2022
casting
rust
Why would it be necessary to perform two casts to a mutable raw pointer in a row?
Apr 01, 2022
pointers
casting
rust
How to get an Option's value or set it if it's empty?
Jan 08, 2022
rust
How can I create hashable trait objects / trait objects with generic method parameters?
Apr 16, 2022
generics
rust
traits
How to set logging level while running cargo test? [duplicate]
Nov 05, 2022
logging
rust
rust-cargo
How do I use a feature of a dependency only for testing?
Nov 07, 2022
testing
rust
rust-cargo
« Newer Entries
Older Entries »