1.2 KiB
1.2 KiB
Firefox Application Services
Contents
- fxa-client - cross compiled FxA Rust client that can work with Firefox Sync keys and more
- sandvich - Example apps that use SDKs built on top of
fxa-client
to demonstrate a FxA login flow. - sync15-adapter - Sync 1.5 adapter
- libs - libs directory has build scripts for native libraries
- docs - documentation sources
- website - website built from documentation sources
Overview
The following diagram describes how some of the components hosted here relate to each other within an app.
Other Resources
- mentat - a persistent, relational store inspired by Datomic and DataScript.
- sync-server - an all-in-one package for running a self-hosted Firefox Sync server.
Tools
- eqrion/cbindgen - generate C bindings from Rust code
- rust-lang-nursery/rust-bindgen - generate Rust FFI bindings to C (and some C++) libraries