A Rust framework for building Minecraft servers. Contribute to valence-rs/valence development by creating an account on GitHub. (more…)
Read more »
Rusts type system requires that there only ever is one mutable reference to a value or one or more shared references. What happens when you need multiple references to some value, but also need to mutate through them? We use a trick called interor mutabil... (more…)
Read more »
I'd like to think that my understanding of "async Rust" has increased over
the past year or so. I'm 100% onboard with the basic principle: I would
like to handle tho... (more…)
Read more »
Extremely simple async executor for Rust learning. Contribute to tamuhey/rust_simple_async_executor development by creating an account on GitHub. (more…)
Read more »
I've gotten really into writing parsers lately, and Rust has turned out to be
the perfect language for that. In the course of my adventures, I came up with
the following: (more…)
Read more »