Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Does Rust have an equivalent of -Ofast -march=native? [duplicate]

rust

Is there some way to build Rust documentation that includes the test documentation strings?

Capture both stdout & stderr via pipe

rust pipe stdout stderr

How to split string into units of each character

rust

Why should/shoudn't I use lib.rs in binary crates? [closed]

How to apply a function to multiple columns of a polars DataFrame in Rust

How to capture mutable reference into move closure contained in iterator returned from a closure

closures rust

How can I use a specific build of Rust in a nixpkgs derivation?

rust nix

Blocked by CORS on Actix Web backend with Cors::permissive()

rust actix-web

Clarification on Deref coercion

rust

Common function that is used both in `tests` and `src` not found

rust

rust macro expansion ignores token `,` and any following

rust macros

What happens when I clone a struct with Arc inside?

How to return an error from `deserialize`?

rust deserialization serde

Iterate over combinations of elements of a vector and manipulate elements

rust

Why does rust require explicit lifetimes for mutable references but not regular reference?

rust borrow-checker

How do I pass App data to service route handler function in actix-web when using function decorations?

Where is the Rust intrinsic called "transmute" actually implemented?

rust

Why does the implementation of AsyncRead on Box have an Unpin trait bound?

rust rust-tokio

Copy a &str into an array pointer in Rust

rust ffi