Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

What is the idiomatic way to convert a String to &str?

string rust

Unresolved import in documentation example

rust rustdoc

Mismatched types, expected () found Result when using lookup_host [duplicate]

rust

Unable to use self in macro because the macro expansion ignores token `self`

rust rust-macros

Hyper says "Invalid scheme for Http" for HTTPS URLs

ssl https rust hyper

Initializing an array of strings in Rust

arrays rust

"invalid type: map, expected a sequence" when deserializing a nested JSON structure with Serde

How do I convert a HashSet of Strings into a Vector?

vector rust hashset borrowing

How to get a value from a Result?

rust

Why rust can't find a function in a submodule? [duplicate]

module rust

Cross compile rust-openssl for Raspberry Pi 2

"Unrecognized option 'release'" when compiling with rustc in release mode

rust

How to get the behaviour of `git checkout ...` in Rust git2

git rust checkout libgit2

Pass Python list to embedded Rust function

python rust ctypes

Rust book, guessing game mismatched types

rust

Checking equality of custom structs

rust

Can Rust macros create compile-time strings?

macros rust

Why is the `std` module undeclared? [duplicate]

rust

Whats the idiomatic way to reference BufReader/BufWriter when passing it between functions?

io rust

Why does creating a mutable reference to a dereferenced mutable reference work?

rust