Serhii Plyhun
Serhii Plyhun
Would not it be more correct to replace all the C primitive types from libc-based to std's [os::raw::*](https://doc.rust-lang.org/beta/std/os/raw/type.c_ulong.html), if you don't mind linking Rust std?
Meanwhile I have created a QObject wrapper which holds the Rust closure for custom event filtering. Maybe it can be useful. https://github.com/snuk182/qt_core_custom_events
I actually hardly understand this. If I want to build something that fits right away, why should I bother about something theoretically possible in the future? I'm fine with dealing...
Some additional possible functionality for this trait: ```rust trait Enum { // Total enum items count fn len(&self) -> usize; // call of std::mem::discriminant() with additional typecheck. fn ordinal(item: Self::Item)...
IMO just a mention about in-advance manual GNUPlot installation is enough. For instance, Windows version is hosted at https://sourceforge.net/projects/gnuplot/files/gnuplot/ as a binary and perfectly works after installation or manual placing...
Not experiencing this, all colors present. Honor 6 Plus, Android 6.0.
Android Service heavily relies on the Android framework, which has Java API only, which means you cannot have this written in Rust only and need to have a huge lot...
The application type `android-rs-glue` creates is so-called [native activity](https://developer.android.com/reference/android/app/NativeActivity.html), which is actually a special case in Android Framework, created precisely for games and other applications which do use not the...
Yes please @m0ppers ! Huge thanks in advance.
Thanks for the ticket. Hm. I have to rethink this API.