rofisys 0.5.0

This system crate provides Rust language bindings (via the use of Bindgen) to the Rust-OFI library.
1
2
3
4
/* Ensure ssize_t and related typedefs are available to clang/bindgen */
#include <sys/types.h>
#include <unistd.h>
#include <rofi.h>