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 can a pointer be passed between Rust and Python?
Nov 29, 2021
python
rust
ctypes
Methods shared among structs
Feb 14, 2022
struct
rust
traits
the From<&String> trait is not implemented for the type String
Aug 22, 2022
string
rust
ownership
Is there a way to detect the compiler version from within a Rust program?
Jan 12, 2022
rust
Implementing Nested Traits
Jul 08, 2019
rust
traits
Implementing a trait for closures results in bound/concrete lifetime mismatch
Dec 18, 2021
rust
traits
lifetime
error: cannot satisfy dependencies so `std` only shows up once
Aug 30, 2018
rust
How can I solve "use of moved value" and "which does not implement the `Copy` trait"?
May 20, 2019
rust
How do I write a test assuring a compilation error?
Aug 12, 2022
unit-testing
testing
rust
integration-testing
Error[E0277]: the type `[u32]` cannot be indexed by `u32`
Feb 19, 2022
rust
slice
vec
How can I call a mutating method while holding a reference to self?
Aug 11, 2018
rust
"type annotations needed" / "cannot infer type" when calling Iterator::collect
Sep 05, 2022
rust
Can I create a macro that unrolls loops?
Dec 14, 2021
macros
rust
How to store rusqlite Connection and Statement objects in the same struct in Rust? [duplicate]
Apr 26, 2022
rust
Rust iterators and looking forward (peek/multipeek)
Mar 19, 2022
iteration
rust
What does it mean to pass in a vector into a `for` loop versus a reference to a vector?
Mar 04, 2018
for-loop
rust
How to make a variable with a scope/lifecycle for all test functions in a Rust test?
Oct 22, 2022
unit-testing
rust
Does rustc / cargo have a -march=native equivalent?
Aug 21, 2022
optimization
rust
rust-cargo
Where do I find the complexity of an operation?
Oct 28, 2022
rust
How can I conditionally execute a module-level doctest based on a feature flag?
Mar 25, 2022
rust
automated-tests
documentation
conditional-compilation
« Newer Entries
Older Entries »