Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Why serde_json rust so slow when deserializing in Untagged Enums

rust serde

How to host SPA files and embed too with axum and rust-embed

rust rust-axum

How to convert a string to a valid json in rust

rust rust-cargo

How can I inspect the representation of a compiled type?

memory rust

How to refer to type of impl output in Rust?

rust traits opaque-types

Type bound for a function with return lifetime

rust

How to implement a custom serialization only for serde_json?

json rust serde

What does the error `cannot be named the same as a tuple variant` mean?

macros rust

Changing a enum's field in Rust

oop enums rust

Rust not allowing mutable borrow when splitting properly

rust immutability borrowing

How do I form a slice from a HashSet?

rust lifetime

Rust: Implement trait "From" for associated type (Error)

rust traits

Is the concept of "reference" different in C++ and Rust?

c++ rust reference

How to fmt an Option<String>

rust

How to coerce a Vec of structs to a Vec of trait objects?

rust traits trait-objects

Why does this hash calculating bit hack work?

rust bit-manipulation

Struct with a generic trait which is also a generic trait

rust traits

Is is possible to generate documentation for one private function?

How to use VecDeque in multi-threaded app?

multithreading rust deque