Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Reference to an option versus option of a reference

rust

Why are asynchronous runtimes like Tokio necessary?

rust

Is it possible to modify a value that is being pattern-matched on? [duplicate]

How to peek into a TcpStream and block until enough bytes are available?

How can I use a macro value as a part of a function name in stable Rust? [duplicate]

macros rust

Helper function to safely read structure from stream

rust osdev

What happens in Rust programming language when an integer arithmetic operation overflows?

rust integer-overflow

Why can't I print an array after I've taken a slice of it in Rust? [duplicate]

Mutating the same data in multiple 'static closures

rust

How am I able to mutate an immutable set?

rust

Convert Option<Result<T, E>> to Option<T>

rust

documentation links show as unused imports

rust rustdoc

Creating a fixed-size array on heap in Rust

rust

How can I use Serde's custom (de)serialization to update a subset of arbitrary input?

rust serde

How to build json arrays or objects dynamically with serde_json?

rust serde serde-json

How to check directory size?

rust

Taking ownership of HashMap.get() result without cloning

rust

Axum router rejecting CORS OPTIONS preflight with 405 even with CorsLayer

chrono convert DateTime<Utc> to NaiveDate

rust rust-chrono