NetSys / NetBricks

NetBricks: A new network function framework based on Rust.
ISC License
464 stars 75 forks source link

Fix the build error for the latest nightly-rust #96

Open zhangpf opened 6 years ago

zhangpf commented 6 years ago

According to the rust-lang/rust#51241 and rust-lang/rust@f6ab74b8e7efed01c1045773b6693f23f6ebd93c, Opaque struct has been removed from std::alloc, and u8 can be used here for the replacement.