Rust Nation: https://www.rustnationuk.com
The NASA report on the incident: https://llis.nasa.gov/llis_lib/pdf/1009464main1_0641-mr.pdf
Typed for safety (Google Slides)
In this talk we will explore the advantage of Generics together and see if it could save future space missions. Generics are also used in the Typestate pattern but let's see how far we can get with it, its advantages and also… disadvantages. We can apply the Rust type system to safety- and mission-critical systems and avoid losing a probe in space (NASA Mars climate orbiter, 1999)
Pros: Using the type system can ensure that our
Cons: As you will see from the types generated for the typed builder or the units of measurement crate, they are quite intimidating at first and you will need some time to get used to them.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.