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
Does partial application in Rust have overhead?
Sep 07, 2022
rust
closures
String equality in Rust: how does referencing and dereferencing work?
Oct 16, 2022
string
rust
dereference
borrowing
Error [E0433] when `dyn` used with absolute path
Mar 29, 2022
rust
language-lawyer
dynamic-dispatch
What is the correct way to fill a C string pointer from Rust?
Jan 15, 2020
rust
c-strings
ffi
What is the requirements for running a Rust compiled program on another Windows machine?
Nov 02, 2022
compilation
rust
requirements
Writing a pyo3 function equivalent to a Python function that returns its input object
Jun 18, 2022
python
rust
pyo3
Calculating maximum value of a set of constant expressions at compile time
Nov 29, 2021
rust
rust-macros
How I can I lazily read multiple JSON values from a file/stream in Rust?
Aug 24, 2020
json
serialization
rust
Why can't I call a mutating function more than once? [duplicate]
Apr 25, 2022
struct
rust
lifetime
borrow-checker
What is the best way to convert from a C++ std::vector<float> to a Rust Vec<f32>?
Aug 25, 2022
c++
rust
Graceful exit TcpListener.incoming()
Aug 07, 2022
tcp
rust
In IntelliJ IDEA on Gentoo, how do I attach the rust stdlib sources since gentoo does not use rustup?
Nov 17, 2022
rust
gentoo
Why do I need to collect into a vector when using `flat_map`?
Jun 13, 2022
rust
lifetime
borrow-checker
Why isn't there a branch prediction failure penalty in this Rust code?
Jun 20, 2022
performance
rust
compiler-optimization
branch-prediction
llvm-codegen
What happens when you clone a `&str`?
Sep 12, 2022
rust
Cannot call a function that returns Result: found opaque type impl std::future::Future
Apr 30, 2022
rust
reqwest
rust-result
How do I get the filename of an open std::fs::File in Rust?
Aug 30, 2022
linux
file
rust
Why doesn't Box<dyn Error> implement Error?
Mar 17, 2022
rust
Rust Diesel: the trait bound `NaiveDateTime: Deserialize<'_>` is not satisfied
Sep 30, 2021
rust
serde
rust-diesel
rust-rocket
rust-chrono
How can I convert a reference to any type to a reference to an array of length 1?
Sep 12, 2022
rust
« Newer Entries
Older Entries »