summaryrefslogtreecommitdiffstats
path: root/docs/writing-rust-code/index.md
blob: f8a6c2ad7426d2a285e15f0f9b6485e88ebca63f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Writing Rust Code

This page explains how to write and work with Rust code in Firefox, with an
emphasis on interoperation with C++ code.

The [build documentation](../build/buildsystem/rust.html) explains how to add
new Rust code to Firefox. The [test documentation](../testing-rust-code)
explains how to test and debug Rust code in Firefox.

```eval_rst
.. toctree::
    :titlesonly:
    :maxdepth: 1
    :glob:

    *
```