Bug 1885489 - Part 9: Add SnapshotIterator::readObject(). r=iain
[gecko.git] / docs / writing-rust-code / index.md
blob721a9be811afbe508e370e0645ca30d13b6199f8
1 # Writing Rust Code
3 This page explains how to write and work with Rust code in Firefox, with an
4 emphasis on interoperation with C++ code.
6 The [build documentation](/build/buildsystem/rust.rst) explains how to add
7 new Rust code to Firefox. The [test documentation](/testing-rust-code/index.md)
8 explains how to test and debug Rust code in Firefox.
10 ```{toctree}
11 :titlesonly:
12 :maxdepth: 1
13 :glob:
16 ```