Ilan Scheinkman
Ilan Scheinkman
While experimenting with the library, I found that on the third getNearbyLocations call the GooglePlaces object hangs the thread. However, if I instead initiate a new GooglePlaces object every 2...
All the direct `extern` bindings should be moved to a `libnx-rs-sys` crate, and `libnx-rs` should only contain a Rusty API wrapping that crate.
The API should probably either rely on either command line switches or file name prefixes to distinguish the switch from the computer instead of arg placement.
The console is SLOW, so reducing the output should probably speed up the transfers by a lot.
Implements #814 . I wasn't sure what was preferred for converting between the `u32` level the rocks C API exposes and the `LogLevel` enum they use internally, so I decided...