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 do I resolve "implementation of serde::Deserialize is not general enough" with actix-web's Json type?
Mar 13, 2022
rust
serde
actix-web
How to tell what "features" are available per crate?
Mar 02, 2022
rust
rust-cargo
rust-crates
How to get a feature requirement tag in the documentation generated by `cargo doc`?
Feb 20, 2022
rust
rustdoc
Can I efficiently return an object by value in Rust?
Feb 17, 2022
optimization
rust
return-value-optimization
How to call a method that consumes self on a boxed trait object?
Apr 09, 2018
rust
ownership-semantics
How to work with OpenSSL for Rust within a Windows development environment
Apr 13, 2022
windows
visual-studio-code
rust
openssl
rust-cargo
How to convert Rust strings to UTF-16?
Oct 22, 2022
string
rust
utf-16
How do I convert a chrono `DateTime<UTC>` instance to `DateTime<Local>`?
Feb 05, 2021
datetime
rust
Grouping structs with enums
Mar 12, 2022
rust
"cannot move a value of type FnOnce" when moving a boxed function
Feb 19, 2021
rust
Who borrowed a variable?
Nov 12, 2022
rust
lifetime
borrow-checker
Write fix point function in Rust
Aug 11, 2022
recursion
rust
Why doesn't the Godbolt compiler explorer show any output for my function when compiled in release mode?
Jun 18, 2021
rust
Is there an operation for Rc or Arc which clones the underlying value and returns it to the caller?
Nov 01, 2022
rust
smart-pointers
reference-counting
When should we use unwrap vs expect in Rust
Mar 05, 2022
rust
Two dimensional vectors in Rust
Feb 23, 2021
vector
rust
mutable
rust-obsolete
Cleaner way to get the contents of a file as string in Rust? [duplicate]
Nov 06, 2021
file-io
rust
Rust "use" vs. C++ "using namespace"
Nov 02, 2022
namespaces
rust
std
using
How to check if a given path is a file or directory?
Nov 03, 2022
file
file-io
path
directory
rust
Implement Debug trait for large array type
Jan 13, 2022
rust
traits
« Newer Entries
Older Entries »