This document summarizes an introduction to Rust presented at the Lisbon Rust-lang Meetup. It describes Rust as a systems programming language that provides memory safety and concurrency without compromising performance. Rust started as a side project in 2006 and is now developed as an open source project with a diverse community. The document outlines Rust's features like ownership and borrowing for memory management and lightweight tasks for safe concurrency. It notes Rust is production-ready and used in several projects, and discusses goals for the meetup like learning Rust and discussing systems challenges.