Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

How to match over self in an enum?

enums pattern-matching rust

How do I share common code between Rust projects without publishing to crates.io?

rust rust-crates

How to limit the number of test threads in Cargo.toml?

testing rust rust-cargo

mem::replace in Rust

memory iterator rust

How can I store function pointers in an array? [duplicate]

How can I specify a custom Cargo output directory?

rust rust-cargo

Join iterator of &str [duplicate]

rust iterator

Creating a simple Rust daemon that listens to a port

tcp process daemon rust

What are the main differences between a Rust Iterator and C++ Iterator? [closed]

c++ iterator rust

How do I provide an implementation of a generic struct in Rust?

generics struct rust

How to add trait bound to a non-generic type?

"cannot find macro" error in the macro's own doc test

rust

How can I write crate-wide documentation?

documentation rust

Is there any way to tell Cargo to run its tests on the main thread?

rust rust-cargo

Is there a way to trim a String without allocating another one?

string rust trim

Is there a way to count with macros?

macros rust rust-macros

What are the semantics for dereferencing raw pointers?

rust

error: linking with `cc` failed: exit code: 1

macos rust

Can I get a trait object of a multi-trait instance without using a generic type?

rust

How to transform fields during serialization using Serde?

rust serde