freesasa-sys 0.1.12

Rust raw FFI bindings for the freesasa C library
1
2
3
4
5
6
7
8
9
10
#ifndef TOOLS_H
#define TOOLS_H

int
float_eq(double a, double b, double tolerance);

void
set_fail_after(int freq);

#endif