//! Raw ffi bindings to the cubiomes library.
//!
//! This crate also contains module [enums] for building enums for conviniance
pub use num_traits;
extern crate num_derive;
include!;
/// This module contains generated rust enums representing different cubiomes enums
///
/// The enums in this module are automatically generated from the version of cubiomes
/// this crate links against.