rps-sys 0.4.0

Unsafe bindings for RPS API generated with bindgen
Documentation
1
2
3
4
5
6
7
//! Unsafe bindings for the RPS library.

#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));