Files
mycelium/mobile
Iwan BK a0e6560add feat(mobile): expose peer stats
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.
2024-06-19 11:27:08 +02:00
..
2024-06-19 11:27:08 +02:00
2024-06-19 11:27:08 +02:00

mobile crate

This crate will be called from Dart/Flutter, Kotlin(Android), or Swift(iOS)