a9e62889c3
* Move monitor code to a struct - to store state in a struct * explorer deprecation wip * Replace explorer with ipinfo calls * PR feedback * Fix clippy * Bump package version * Remove ipinfo crate due to openssl dep * Add remaining bandwidth log
FFI
This repo contains bindings for C/C++ and Go in the respectively named directories.
shared/ contains shared 'internal' functions which are imported by bindings. Primarily these functions rely on managing:
- that the client is not mutated by multiple threads simultaneously
- that client actions happen in blocking threads