Bug 1708422: part 13) Factor code out to `mozInlineSpellChecker::SpellCheckerTimeSlic...
[gecko.git] / docs / writing-rust-code / index.md
blobf8a6c2ad7426d2a285e15f0f9b6485e88ebca63f
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.html) explains how to add
7 new Rust code to Firefox. The [test documentation](../testing-rust-code)
8 explains how to test and debug Rust code in Firefox.
10 ```eval_rst
11 .. toctree::
12     :titlesonly:
13     :maxdepth: 1
14     :glob:
16     *
17 ```