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 would one achieve conditional compilation with Rust projects that have doctests?
Dec 27, 2022
rust
rustdoc
How to create a TOML file from Rust?
Dec 26, 2022
rust
toml
Rust echo server and client using futures blocks itself forever
Dec 27, 2022
server
client
rust
echo
Literal out of range warning when iterating over all values of u8 [duplicate]
Dec 26, 2022
rust
Is there a way to create an alias of an enum value?
Dec 26, 2022
enums
rust
alias
How can I borrow from a HashMap to read and write at the same time?
Dec 26, 2022
rust
How can multiple threads share an iterator?
Dec 26, 2022
multithreading
rust
borrowing
Can I simplify this Rust code dealing with Option<T> and Result<T>?
Dec 26, 2022
error-handling
rust
option-type
How can I compile a string supplied on the command line during compilation into my Rust binary?
Dec 26, 2022
rust
rust-cargo
How to use `rustc` crate?
Dec 26, 2022
rust
Type mismatch when returning from inside if statement [duplicate]
Dec 26, 2022
rust
type-mismatch
What is the equivalent of Go's select case paradigm for channels in Rust?
Dec 25, 2022
rust
channel
Rust type inferencing oddity
Dec 25, 2022
rust
type-inference
C# like verbatim string in Rust? [duplicate]
Dec 25, 2022
rust
verbatim-string
How can I convert a bytes::Bytes to a &str without making any copies?
Dec 25, 2022
rust
type-conversion
binary-data
How do I pass an enum variant to match on as a function parameter?
Dec 25, 2022
enums
rust
matching
What is the cited problem with using generic type parameters in trait objects?
Dec 25, 2022
generics
rust
traits
trait-objects
Problems with lifetime/borrow on str type
Dec 25, 2022
rust
lifetime
borrowing
Are owned and borrowed strings guaranteed to hash to the same value?
Dec 25, 2022
hash
rust
hashmap
Can I capture some things by reference and others by value in a closure?
Dec 25, 2022
rust
closures
ownership
« Newer Entries
Older Entries »