2020-07-07 10:38:27 +03:00
|
|
|
# Writing Rust Code
|
|
|
|
|
|
|
|
This page explains how to write and work with Rust code in Firefox, with an
|
|
|
|
emphasis on interoperation with C++ code.
|
|
|
|
|
2022-01-11 13:48:21 +03:00
|
|
|
The [build documentation](/build/buildsystem/rust.rst) explains how to add
|
|
|
|
new Rust code to Firefox. The [test documentation](/testing-rust-code/index.md)
|
2020-07-07 10:38:27 +03:00
|
|
|
explains how to test and debug Rust code in Firefox.
|
|
|
|
|
2022-01-06 23:21:24 +03:00
|
|
|
```{toctree}
|
|
|
|
:titlesonly:
|
|
|
|
:maxdepth: 1
|
|
|
|
:glob:
|
2020-07-07 10:38:27 +03:00
|
|
|
|
2022-01-06 23:21:24 +03:00
|
|
|
*
|
2020-07-07 10:38:27 +03:00
|
|
|
```
|