🦞🌯 Lobster Roll

Thread

Unsafe Rust Is Harder Than C (chadaustin.me)

Stories related to "Unsafe Rust Is Harder Than C" across the full archive.

Rust (1): Primer (winningraceconditions.blogspot.co.uk)
Rust: Function and Object Types (smallcultfollowing.com)
Go and Rust — objects without class (lwn.net)
rustboot: a tiny 32 bit kernel written in Rust (github.com)
rust 0.7 released (github.com)
Philosophy and "for" loops (and their design in Go and Rust) (lwn.net)
Removing Garbage Collection From the Rust Language (pcwalton.github.io)
Booting to Rust (blog.theincredibleholk.org)
A data pipeline built with capnproto-rust and ZeroMQ (dwrensha.github.io)
Using Rust for an Undergraduate OS Course (rust-class.org)
Rust 0.9 Released (mail.mozilla.org)
A 30 minute introduction to Rust (words.steveklabnik.com)
The Periodic Table of Rust Types (cosmic.mearie.org)
Chinese Whispers in Rust (thornydev.blogspot.com)
Destructuring in Rust (pzol.github.io)
File I/O in Rust (blog.safaribooksonline.com)
QuickCheck for Rust (github.com)
Writing an OS in Rust in tiny steps (jvns.ca)
Rust is not fast (cananian.livejournal.com)
C\. Scott Ananian explains some fundamental and other possibly fixable reasons Rust is slow: hidden indirection, unnecessary type-system mandated copying, ownership types, and so on.
Rust vs Go (jaredly.github.io)
Rust 0.10 Released (mail.mozilla.org)
A Minimal OS X kext Written (Partly) in Rust (philjordan.eu)
Rust for C++ programmers - part 1: Hello world (featherweightmusings.blogspot.co.nz)
Rust for C++ programmers - part 2: control flow (featherweightmusings.blogspot.co.nz)
Rust for C++ programmers - part 3: primitive types and operators (featherweightmusings.blogspot.com)
Rust by Example (rustbyexample.github.io)
Syntax extensions and regular expressions for Rust (blog.burntsushi.net)
Rust for C++ programmers - part 4: unique pointers (featherweightmusings.blogspot.co.nz)
Rust for C++ programmers - part 5: borrowed references (featherweightmusings.blogspot.co.uk)
A simple procedural macro that turns a Brainfuck program into Rust code. (github.com)