Bibliografia
Esta es una lista de lectura de material relevante a Rust. Incluye investigación previa que ha - en un momento u otro - influenciado el diseño de Rust, así como publicaciones relacionadas directamente con Rust.
- GPU Programming in Rust: Implementing High Level Abstractions in a
Systems Level
Language. Trabajo temprano en GPU por Eric Holk.
- Parallel closures: a new twist on an old
idea
- no exactamente acerca de Rust, pero por nmatsakis
- Patina: A Formalization of the Rust Programming
Language. Formalización temprana de un subconjunto del sistema de tipos, por Eric Reed.
- Experience Report: Developing the Servo Web Browser Engine using
Rust. Por Lars Bergstrom.
- Implementing a Generic Radix Trie in
Rust. Paper pre-grado por Michael Sproul.
- Reenix: Implementing a Unix-Like Operating System in
Rust. Paper pre-grado por Alex
Light.
- Evaluation of performance and productivity metrics of potential
programming languages in the HPC environment.
Tesis pre-grado por lorian Wilkens. Compara C, Go y Rust.
- Nom, a byte oriented, streaming, zero copy, parser combinators library
in Rust. Por
Geoffroy Couprie, investigación para VLC.
- Graph-Based Higher-Order Intermediate
Representation. Una RI implementada en impala, un lenguaje similar a Rust.
- Code Refinement of Stencil
Codes. Otro paper usando Impala.
- Parallelization in Rust with fork-join and
friends. Tesis de master de Linus
Farnstrand's.
- Session Types for
Rust. Tesis de master de Philip
Munksgaard's. Investigacion para Servo.
- Ownership is Theft: Experiences Building an Embedded OS in Rust - Amit Levy, et. al.
- You can't spell trust without Rust. Tesis de master de Alexis Beingessner.