renet/src/lib.rs

12 lines
143 B
Rust
Raw Normal View History

2016-12-10 17:23:40 +08:00
#![feature(range_contains)]
#![no_std]
#[cfg(test)]
#[macro_use]
extern crate std;
extern crate byteorder;
pub mod wire;
pub mod interface;