gecko-dev/docs/writing-rust-code/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 строки
402 B
Markdown
Исходник Постоянная ссылка Обычный вид История

# 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.rst) explains how to add
new Rust code to Firefox. The [test documentation](/testing-rust-code/index.md)
explains how to test and debug Rust code in Firefox.
```{toctree}
:titlesonly:
:maxdepth: 1
:glob:
*
```