Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Is there any way to get the list of installable versions of a Rust crate by command?

rust rust-cargo

How errors should be treated implementing fmt::Display?

error-handling rust

How do I generify the error of a Rust Result<T, E> to Result<T, Box<dyn std::error::Error>>?

rust reqwest rust-result

Is there syntax for declaring character literals in hexadecimal notation?

rust char hex literals

Why can't I call next_back() on a Split? [duplicate]

rust

Do non-reference types always satisfy a lifetime of 'static?

rust lifetime

Using a custom Rocket Responder for an error in a RequestGuard

rust rust-rocket

How to document a binary Rust crate project?

rust documentation

Storing a closure in a HashMap

rust

Why can't enum variants be inferred in match arms?

enums rust type-inference

How can I satisfy the `Sum<T>` trait requirement for f32?

generics rust iterator traits

error handling, map_err and error type conversion

rust error-handling

How does niche optimization for an enum work in Rust?

rust enums

Serialize a json string as object with Serde

json rust serialization serde

What's the recommended way to produce side effects in control flow using Result?

rust control-flow

Can I define a trait with a type parameter of itself in Rust?

rust traits

How to modify a Cow variable that uses itself in a loop?

Can you make a Windows desktop app in Rust and winapi?

windows winapi rust windows-rs

How to pretty-print inlined variables when formatting strings

rust rust-clippy

Can you tell me how to use a timer in Rust?

rust timer