willem66745 / ntpclient-rust

Simple NTP client in Rust
MIT License
7 stars 0 forks source link

Remove byteorder workaround when std::old_io is removed #3

Closed willem66745 closed 9 years ago

willem66745 commented 9 years ago

Not possible to use WriteBytesExt write_u8 (src/ntp.rs) because Vec implements the old_io Writer trait.