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
Why can't I reverse an iterator twice to get the last two numbers of a vector?
Mar 07, 2023
functional-programming
rust
iterator
Is there any disadvantage to referencing modules through `core` instead of `std`?
Mar 07, 2023
rust
Stop Rust from enforcing the serde::Deserialize trait on an error type
Mar 06, 2023
rust
serde
Is it possible to assign a closure to a variable of type impl Fn()?
Mar 07, 2023
types
rust
closures
How can I convert a Windows OsString to a CString?
Mar 07, 2023
rust
ffi
How to convert vector of integers to and from bytes? [duplicate]
Mar 07, 2023
rust
Why do I need a double ampersand when getting values from a HashMap?
Mar 06, 2023
rust
Generic usage of Diesel's find or filter to perform deletions
Mar 06, 2023
generics
rust
generic-programming
rust-diesel
What happens when I call std::mem::drop with a reference instead of an owned value?
Mar 07, 2023
reference
rust
raii
How does Rust prevent data races when the owner of a value can read it while another thread changes it?
Mar 07, 2023
concurrency
rust
Rust function which takes function with arg a function
Mar 06, 2023
rust
function-pointers
How do I specify the lifetime of a field as a combination of other fields?
Mar 06, 2023
rust
lifetime
Will a default release build always use up to SSSE3 instructions?
Mar 06, 2023
rust
x86-64
sse
simd
How to ensure end of immutable borrow after function call in order to enable mutable borrow?
Mar 06, 2023
rust
How do I flatten a recursive structure using recursive iterators?
Mar 06, 2023
recursion
rust
flatten
How can I implement Deref for a struct that holds an Rc<Refcell<Trait>>?
Mar 05, 2023
rust
traits
rc
refcell
How to read a request's body in an actix-web 1.0 middleware?
Mar 06, 2023
rust
middleware
actix-web
Struct with partial move errors
Mar 05, 2023
rust
Does Iterator::collect allocate the same amount of memory as String::with_capacity?
Mar 05, 2023
rust
dynamic-memory-allocation
How can I store an identifier (`proc_macro::Ident`) as a constant to avoid repeating it?
Mar 04, 2023
rust
rust-proc-macros
« Newer Entries
Older Entries »