webots-bindings 0.7.0

Webots bindings for Rust
Documentation
#![allow(clippy::all)]
#![allow(improper_ctypes)]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

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