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 do Rust's operators have the type Output variable? [duplicate]
Apr 20, 2022
generics
operator-overloading
rust
Why can't I mutably borrow a primitive from an enum?
Mar 13, 2022
enums
rust
borrow-checker
Why can I use Ok and Err directly without the Result:: prefix?
Aug 17, 2020
enums
rust
Why does the compiler not complain that an iterator moved to a for loop is immutable?
Jul 30, 2020
rust
move-semantics
How do I multiply an integer and a floating value together and display the result as a floating value in Rust? [duplicate]
Mar 19, 2022
rust
Why does a &str not coerce to a &String when using Vec::contains?
Oct 15, 2022
string
rust
Is there a way to use existing structs as enum variants?
Aug 27, 2022
rust
Why is it common to use dynamic errors in rust, and not enums? Is it bad/not possible to use compile-time variants?
Nov 14, 2022
dynamic
error-handling
rust
runtime-error
compile-time
Unable to stop my Docker container with Ctrl-C
Aug 24, 2022
docker
rust
windows-subsystem-for-linux
How do I get the value and type of a Literal in a procedural macro?
Oct 29, 2022
rust
rust-proc-macros
Understanding usage of Rc<RefCell<SomeStruct>> in Rust
Aug 21, 2022
rust
How to pad an array with zeros?
Sep 16, 2022
rust
rust-macros
Rust String concatenation [duplicate]
Sep 29, 2022
string
rust
How can I get the last item in a BTreeMap?
Feb 27, 2022
rust
b-tree
Implement foreign trait for foreign type [duplicate]
Jul 30, 2021
rust
What is a macro for concatenating an arbitrary number of components to build a path in Rust?
Nov 13, 2022
path
macros
rust
filepath
How can I reborrow a mutable reference without passing it to a function?
Sep 16, 2022
rust
borrow-checker
Should I use libc::c_char or std::os::raw::c_char?
Feb 26, 2022
rust
ffi
Efficiently mutate a vector while also iterating over the same vector
Jul 24, 2021
rust
How can I find the current Rust compiler's default LLVM target triple?
Nov 06, 2022
rust
llvm
« Newer Entries
Older Entries »