slow5lib-sys 0.4.0

Low-level bindings to the slow5lib C library
Documentation
1
2
3
4
5
6
7
8
#include <stdio.h>

int main(void) {
    int magic[2];
    printf("magic: %zu\n*magic: %zu\n", sizeof magic, sizeof *magic);

    return 0;
}