Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Efficient synchronization primitives for a single-threaded async app in Rust

Require a field as part of a Rust trait

Reusing connections with reqwest

rest rust https reqwest

Is there a way to use NASM syntax for inline assembly?

Rust Axum Get Full URI request

rust rust-axum

Rendering text in a separate function using piston2d in rust

rust rust-piston

Why are mutable values from an iterator created with cycle() not updated, leading to an infinite loop despite a stop condition?

loops rust iterator

Expected bool, found i32 when using the operator %

rust

Rust compiles method chain only when split to multiple statements

Map boxed values to mutable dereferenced values in Rust

iterator rust lifetime

why do std collection iterators use raw pointer + PhantomData instead of normal ref?

rust

Rust struct field that implements multiple traits

rust

How can I share immutable data between threads in Rust?

How can you wait for detached threads or control how threads are spawned?

rust

Does str::from_utf8() copy input data

string rust

Why does to_ascii_lowercase return a String rather than a Cow<str>?

Rust FFI and Aliasing: C -> Rust -> C -> Rust call stacks with C values being aliased: Undefined Behaviour?

rust undefined-behavior ffi

When I use warp,it just work on localhost, but not public network

rust rust-warp