mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-04-26 10:57:42 +00:00
Also add timeout to the send/recv channel. The mobile API returns `Vec<String>` instead of `Result<T, Error>` because the current rust bridge method can't support `Result<T, Error>`. For it to be supported, we need to change the bridging method, which may not worth it for now.
mobile crate
This crate will be called from Dart/Flutter, Kotlin(Android), or Swift(iOS)