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
Why can a function on a trait object not be called when bounded with `Self: Sized`?
Nov 11, 2022
rust
traits
trait-objects
Serde's Serialize implementation not found for Rocket's UUID
Nov 18, 2020
rust
serde
rust-rocket
Why does moving a value into a closure still have the error message "cannot borrow immutable local variable as mutable"?
May 25, 2022
rust
How do I have internal state for a custom logger which only takes &self?
May 26, 2022
rust
What's the easiest way to get the HTML output of an actix-web endpoint handler to be rendered properly?
Jan 11, 2022
rust
rust-actix
Why do I not have to implement the Any trait for a type even though it is a required?
Oct 28, 2022
rust
How do I partially sort a Vec or slice?
Oct 30, 2022
performance
sorting
vector
rust
partial-sort
How does returning a reference to Path from the function's stack work?
May 02, 2022
syntax
rust
lifetime
borrow-checker
borrowing
How to create an endpoint with a Rust keyword as a query dynamic parameter?
Jun 02, 2022
rust
rust-rocket
Why can immutable variables be passed as arguments to functions that require mutable arguments?
Nov 04, 2022
variables
syntax
rust
immutability
mutable
Is it possible to match against the result of a `const fn`?
Sep 07, 2020
rust
pattern-matching
constants
How can I include the contents of a file as an argument to a macro?
Oct 25, 2022
macros
rust
Why does boxing an array of function pointers with `box` syntax only work with a temporary `let` binding?
Jun 08, 2022
rust
How to serialize http::HeaderMap into JSON?
May 13, 2021
http
rust
Falling back to alternative value if include_bytes!(…) target is missing
Jul 01, 2022
rust
rust-cargo
The size for values of type `T` cannot be known at compilation time when using mem::size_of::<T> as an array length
Sep 04, 2021
generics
rust
In which cases is Arc<Mutex<T>> not the best way for sharing data across threads in Rust?
Sep 21, 2021
rust
How do I use a variable as the data type for a different variable?
Oct 21, 2022
variables
rust
How to efficiently create a large vector of items initialized to the same value?
Aug 09, 2022
memory
vector
rust
What happens to an async task when it is aborted?
Sep 15, 2022
asynchronous
rust
future
« Newer Entries
Older Entries »