Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Escaping commas in macro output

macros rust

Can I use a method or a function as a closure?

rust

When and how to use a vector of references

vector reference rust

How to return a newly created struct as a reference? [duplicate]

reference rust

How to avoid code duplication of different structs with semantically equal fields/properties?

Understanding (automatic?) Deref/coercion when adding references and values of numbers

rust

Is it possible to implement a method that takes a format string?

rust

How to add Stack Canaries to Rust executables?

rust llvm

Is there a limit to the size of a BigInt or BigUint in Rust?

rust biginteger

Why does _ destroy at the end of statement?

How to derive serde::Deserialize for a struct with members with lifetimes [duplicate]

rust lifetime serde

How to count regex matches in Rust?

regex rust

How to get the maximum and minimum value of an ordered set / ordered map?

How can I create hygienic identifiers in code generated by procedural macros?

lifetime of a lambda expression in rust

lambda lifetime rust

Why does Rust promote use statements with explicit imports?

rust

Is it possible to generate a struct with a macro?

rust

Rust structs with nullable Option fields

rust optional option-type

How to cast generic types that I know to be integers?

How to download the documentation of a crate with Cargo?

rust rust-cargo