Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

How can I make a postgres pool connection global in rocket.rs and make FromRequest custom guards asyncable?

rust rust-rocket rust-sqlx

How to implement PartialEq on Vector for my own structs?

rust traits

how `if` chain comparing integers against a value can be rewritten with `match`?

rust

Use some existing bindings in a destructuring assignment

rust

How to workaround error `&'static str` is forbidden as the type of a const generic parameter?

rust const-generics

Can Rust lazy-load dynamically linked (.dll/.so/.dylib) crates?

Can I test just the code in a single module?

rust

How to get renamed enum name from enum value?

rust serde

How do I make many different structs that all implement the same trait comparable to each other?

oop rust

Why cant rust macro_rules! pat be followed by "<"?

rust macros

Are match statements executed in order and can they overlap?

rust

GLIBC incompatibility on debian docker

docker rust glibc

Expected unit type '()', found 'enum std::option::Option'

rust

how to constrain the lifetime when doing unsafe conversion

rust

How to propagate Nom fail context out of many0?

rust parser-combinators nom

Cross-compiling (unixlike to windows) with PyO3 and Maturin

expected associated type, found type parameter

How do I get the parameters from a POST request from a HTML form in Actix-web?

rust rust-actix

How can I get file and line number where an error was returned?

Deserialize from tokio socket