Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions services/sync/docs/rust-engines.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# How Rust Engines are implemented

There are 2 main components to engines implemented in Rust
There are two main components to engines implemented in Rust

## The bridged-engine

Because Rust engines still need to work with the existing Sync infrastructure,
there's the concept of a {searchfox}`bridged-engine <services/sync/modules/bridged_engine.js>`.
there's the concept of a {searchfox}`bridged-engine <services/sync/modules/bridged_engine.sys.mjs>`.
In short, this is just a shim between the existing
{searchfox}`Sync Service <services/sync/modules/service.js>`
{searchfox}`Sync Service <services/sync/modules/service.sys.mjs>`
and the Rust code.
Loading