gdnative_network/
lib.rs

1#![allow(non_snake_case)] // because of the generated bindings.
2
3extern crate gdnative_common;
4
5use gdnative_common::*;
6
7use std::sync::{Once, ONCE_INIT};
8use std::ops::*;
9
10include!(concat!(env!("OUT_DIR"), "/network_types.rs"));