Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
at54321
at54321 has asked
29
questions and find answers to
19
problems.
Stats
511
EtPoint
111
Vote count
29
questions
19
answers
About
at54321 questions
Not using Async in Rocket 0.5+?
Create vector with 0 or 1 elements from an Option
Faster HashMap for sequential keys
Are 128 bits of SHA-1 hash safer than an MD5 hash?
Clarification on Deref coercion
Why "expected named lifetime parameter" in a generic function
Most efficient way to create a HashMap from Vector fields
Are there still reasons to use lazy_static? [closed]
Simplest way to unwrap an option and return Error if None (Anyhow)
What is "impl const" in Rust?
at54321 answers
What is the optimal way to make external network requests using Axum, Tokio, and Hyper in Rust?
Create references to rust strings in two separate vectors
How to write a counter function for Vec<String> in Rust? [duplicate]
Are 128 bits of SHA-1 hash safer than an MD5 hash?
How to declare a static array of vectors?
How to import a function in main.rs
How to trace errors when using `anyhow`
Is there a meaningful difference between u8::from_be_bytes and u8::from_le_bytes?
What is the idiomatic way to do something when an Option is either None, or the inner value meets some condition?
Iterating over an enum