nrfxlib-sys 1.4.2

Rust bindings to the Nordic nRF9160 Socket Library.
Documentation
#ifndef _STDBOOL_H
#define _STDBOOL_H
typedef _Bool bool;
#define true 1
#define false 0
#endif