Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Further process a field using serde_json

rust serde

How to represent this utf-8 encoded string in Rust?

rust utf-8 utf

How can I structure/destructure an enum of enums?

enums rust

How to print a response body in actix_web middleware?

rust actix-web

Dynamically set file path in log4rs

rust

How to write a constructor in Rust that accepts a simpler closure and infers the full generic type?

rust types

What is an underscore in rust-analyzer's type hints for array size?

rust rust-analyzer

Handling piped data stdin with Rust

rust stdin

Why doesn't the Unsigned trait automatically give e.g. the One trait in Rust?

types rust traits

How to fix "cannot infer type" error when implementing methods for a generic struct that return specific types?

rust rust-cargo

Why does Box::from_raw work with a pointer to slice data when the slice is not empty?

rust

How do I send a list of items through a futures::Sink?

rust future

Generic cloneable/movable parameter as function argument

generics rust

Deserialize to struct with an enum member

Using Pest.rs, is there a way to store comments as tokens?

parsing rust peg pest

Required to use module name twice to reference a struct in the module [duplicate]

rust

How to implement fmt::Display on custom type?

rust

How to use zbus to list block devices?

Unable to use self signed certificates with tokio-rustls

ssl rust tls1.2 rust-tokio

Why does an immutable struct become mutable when moved into a vector?

rust