NetSys / NetBricks

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

Fix failed build on Rust nightly #46

Closed shwang closed 7 years ago

shwang commented 7 years ago

rustc 1.19.0-nightly (75b056812 2017-05-15) includes a change std::ptr::Unique that removes the struct's Deref trait, replacing it with std::ptr::Unique.as_ptr(self).

shwang commented 7 years ago

Fixed in #51