Oxidation is a project to integrate Rust code in and around Firefox. | wiki.mozilla.org
Memory unsafety and memory leaks are distinct concepts, despite their names. Languages that are merely memory safe (both Rust and GC-reliant managed ones) have no guarantee of preventing memory leaks.| huonw.github.io
Error handling with the `Result` type.| doc.rust-lang.org