mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-02 09:18:36 +02:00
Added documents on how things work internally. Also updated the "Developing Rust Components" section. Added info on threading issues and removed info covered by the internals docs. Differential Revision: https://phabricator.services.mozilla.com/D252244
12 lines
370 B
Markdown
12 lines
370 B
Markdown
# Rust Components
|
|
|
|
This section is meant to make it easier to use and implement cross-platform components written in Rust.
|
|
|
|
```{toctree}
|
|
:titlesonly:
|
|
:maxdepth: 2
|
|
|
|
Topic Guides <topic-guides/index>
|
|
API References <api/index>
|
|
Developing Rust Components <developing-rust-components/index>
|
|
uniffi-bindgen-gecko-js developers guide <uniffi-bindgen-gecko-js-dev-guide/index>
|