We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Defense Against The Wrong Logic: Proactive Rust Coding

Formal Metadata

Title
Defense Against The Wrong Logic: Proactive Rust Coding
Title of Series
Number of Parts
8
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Rust guarantees memory safety, but it doesn’t stop you from doing everything. From unsafe to unwrap and more, there are lots of ways for you to subvert and make your code fail due to our own mistakes: logic bugs and incorrect assumptions. Come along and learn Rust techniques and patterns that will help build safe guards into your code, test your assumptions, and get a better understanding of what Rust and you can guarantee with your code. All so you can sleep sounder at night and not be woken up at 3am while on call. Follow us on Twitter: https://twitter.com/rustlatamconf