sdif-sys 0.1.0

Raw FFI bindings to the IRCAM SDIF (Sound Description Interchange Format) C library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef WRAPPER_H
#define WRAPPER_H

/*
 * SDIF Library Wrapper Header for Bindgen
 *
 * This header includes the necessary SDIF headers for generating
 * Rust FFI bindings via bindgen.
 */

/* SDIF main header - this typically includes all necessary sub-headers */
#include <sdif.h>

#endif /* WRAPPER_H */