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 to use a type (ty) within a macro to construct a struct instance in Rust?
May 15, 2021
macros
rust
Convert boxed trait to mutable trait reference in Rust
Oct 13, 2018
rust
Why are the strings in my iterator being concatenated?
Feb 22, 2020
iterator
rust
type-inference
Where is the recommended place to put `use` declarations in Rust?
Nov 10, 2022
rust
Running websocket and http server on the same port (Rust, hyper)
Sep 25, 2022
websocket
rust
hyper
Rust interop with C++ std::string
Sep 15, 2022
c++
string
rust
interop
How do I use std::collections::BitSet in stable Rust?
Oct 09, 2020
rust
Is there a more idiomatic way to initialize an array with random numbers than a for loop?
Aug 19, 2018
rust
How to use the Pin struct with self-referential structures?
Aug 24, 2022
rust
rust-pin
Is it possible to group items that need the same attribute? [duplicate]
May 05, 2021
rust
Why is calling a FnOnce closure a move?
Apr 16, 2022
rust
closures
move-semantics
Why can't I collect the Lines iterator into a vector of Strings?
Sep 14, 2022
string
rust
text-files
Why does Clippy suggests passing an Arc as a reference?
Sep 10, 2020
rust
clean-architecture
rust-clippy
Issuing a warning at compile time?
Aug 23, 2022
compiler-errors
rust
rust-macros
Parsing a JSON into a Map in rust
Feb 05, 2022
rust
serde-json
Capture all Regex matches into a vector
Jun 09, 2021
regex
rust
Convert u8 array to base64 string in Rust
Dec 02, 2021
arrays
string
rust
type-conversion
base64
Is it safe to `Send` struct containing `Rc` if strong_count is 1 and weak_count is 0?
Oct 27, 2022
rust
unsafe
Getting "Cannot deserialize the contract state" when calling Rust init function
May 09, 2022
rust
nearprotocol
Rust: Vec<Vec<T>> into Vec<T>
Apr 30, 2022
rust
« Newer Entries
Older Entries »