andydude / rust-bswap

Rust Byte Swapping Library
MIT License
3 stars 6 forks source link

Update code to compile with latest rustc. #6

Closed jooert closed 7 years ago

jooert commented 9 years ago

Swap order of input and output parameters of ptr::copy_nonoverlapping (https://github.com/rust-lang/rust/pull/23866), remove usage of std::num::Int (https://github.com/rust-lang/rust/pull/23549), change (https://github.com/rust-lang/rust/pull/23860).