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
Is there any way to represent an OsStr or OsString literal?
Aug 22, 2019
rust
How can I get the message string from std::io::Error?
Nov 19, 2022
rust
Why does casting from a reference to a c_void pointer require a double cast? [duplicate]
Jun 08, 2022
casting
rust
ffi
Can I shadow a const binding with a local variable?
Dec 16, 2019
rust
constants
let
Can I alias fully qualified syntax?
Mar 11, 2022
syntax
rust
type-alias
Compiler says that data cannot be shared between threads safely even though the data is wrapped within a Mutex
Jul 17, 2019
rust
thread-safety
mutex
rust-rocket
Cursor of HashMap records with RwLockGuard in Rust
Jun 15, 2022
rust
rwlock
How to impose a type constraint on the associated type of an associated type (e.g. Iterator::Item)?
Aug 30, 2022
rust
traits
type-constraints
associated-types
Is there a way to omit wrapper/root objects when deserializing objects with Serde?
Dec 18, 2020
rust
serde
How can one force Rust to take ownership of memory allocated other than by its safe methods?
Nov 01, 2022
pointers
memory-management
rust
heap-memory
ownership
Why can't I import module from different file in same directory? [duplicate]
Oct 16, 2022
module
rust
Implementing from trait and specialization
Jul 25, 2020
rust
traits
Why recursive async functions require 'static parameters in Rust?
Apr 24, 2022
rust
async-await
How can I split a vector into a vector of slices based on a separator?
Aug 25, 2022
rust
How borrow as mutable vs immutable in Rust?
May 07, 2022
rust
mutable
borrowing
Can I reassign a mutable slice reference to a sub-slice of itself?
May 28, 2022
rust
lifetime
borrowing
How does Box<dyn Trait> deconstruct itself?
Sep 14, 2022
rust
Keyboard Interrupt from Python does not abort Rust function (PyO3)
Aug 20, 2022
python
rust
keyboardinterrupt
pyo3
Why do I get the error "trait bound FromStr is not satisfied" because of a missing type annotation?
Sep 12, 2022
types
rust
pattern-matching
traits
How to race a collection of Futures in Rust?
Sep 13, 2022
asynchronous
concurrency
rust
future
« Newer Entries
Older Entries »