From a03f1929c347aa2d53ff71eeee81778ec44bcf78 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 1 Sep 2020 14:26:41 +0200 Subject: [PATCH] Add bug link --- ...-leveraging-rust-to-build-cross-platform-mobile-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2020-09-01-leveraging-rust-to-build-cross-platform-mobile-libraries.md b/_posts/2020-09-01-leveraging-rust-to-build-cross-platform-mobile-libraries.md index c960f0e..ba7e682 100644 --- a/_posts/2020-09-01-leveraging-rust-to-build-cross-platform-mobile-libraries.md +++ b/_posts/2020-09-01-leveraging-rust-to-build-cross-platform-mobile-libraries.md @@ -73,7 +73,7 @@ The nice API calls into the Glean SDK using the exposed FFI functions of `glean- Unfortunately at the moment different language implementations carry different amounts of actual logic in them. Sometimes metric implementations require this (e.g. we rely on the clock source of Kotlin for timing metrics), in other parts we just didn't move the logic out of the implementations yet. -We're actively working on moving logic into the Rust part where we can and might eventually use some code generation to unify the other parts. +We're actively working on [moving logic into the Rust part where we can](https://bugzilla.mozilla.org/show_bug.cgi?id=1651382) and might eventually use some code generation to unify the other parts. [uniffi] is a current experiment for a multi-language bindings generator for Rust we might end up using. [uniffi]: https://github.com/mozilla/uniffi-rs