🦞🌯 Lobster Roll

Thread

Rust's borrow checker: Not just a nuisance (mental-reverb.com)

Stories related to "Rust's borrow checker: Not just a nuisance" across the full archive.

Rust's borrow checker: Not just a nuisance (mental-reverb.com)
You can't "turn off the borrow checker" in Rust (words.steveklabnik.com)
Semantic FFI Bindings in Rust -Reactivating the Borrow Checker (blog.schichler.dev)
The Rust borrow checker just got (a little bit) smarter (jackh726.github.io)
A comparison of Rust’s borrow checker to the one in C# (em-tg.github.io)
CORAL: a Rust-like Borrow Checker for C (github.com)
Four limitations of Rust’s borrow checker (blog.polybdenum.com)
Rust's borrow checker: Not just a nuisance (mental-reverb.com)
Rust's borrow checker: Not just a nuisance (mental-reverb.com)
The borrowchecker is what I like the least about Rust (viralinstruction.com)
How to Avoid Fighting Rust Borrow Checker (qouteall.fun)
Rust for C++ programmers - part 5: borrowed references (featherweightmusings.blogspot.co.uk)
Roguelike tutorial in Rust (jaredonline.svbtle.com)
A Doom Renderer written in Rust (github.com)
Why Rust's ownership/borrowing is hard (softwaremaniacs.org)
Fighting the Borrow Checker (m-decoster.github.io)
Short intro to C++ for Rust developers: Ownership and Borrowing (nercury.github.io)
I Made a Game in Rust (michaelfairley.com)
Fuzzing the Rust typechecker using CLP (2015) (cs.ucsb.edu)
Fuzzing languages found plenty of problems in their tooling (esp compilers). Advanced type systems such as Rust's were a problem for simple fuzzers. This work leverages CLP to fuzz an advanced type-system. This attempt focuses on Rust but the concept may be useful for other languages.
Chucklefish developer discusses building one of their next projects in Rust (reddit.com)
Chucklefish are the developers behind the games Starbound and Stardew Valley.
Roguelike Tutorial in Rust + tcod (tomassedovic.github.io)
Rust Case Study: Chucklefish Taps Rust to Bring Safe Concurrency to Video Games (rust-lang.org)
Stacked Borrows: An Aliasing Model For Rust (ralfj.de)
Sandspiel, a falling sand game built in Rust+WebGL (sandspiel.club)
Just wanted to share my project of the last few months with the lobsters community! Source code: https://github.com/maxbittker/sandspiel Sandspiel leverages Rust for the heavy duty game update logic, WebGL for the fluid simulation, and javascript to glue things together and implement the ga...
The state of ggez [Rust game framework], 2019 (wiki.alopex.li)
> ggez is a lightweight portable game framework in Rust, inspired by LÖVE.
Writing a Rust Roguelike for the Desktop and the Web (aimlesslygoingforward.com)
Rust: beyond the typechecker (blog.merigoux.ovh)
Build a Roguelike in Rust with libtcod (youtube.com)
The Roguelike Toolkit (RLTK), implemented for Rust (github.com)
Should small Rust structs be passed by-copy or by-borrow? (forrestthewoods.com)