eminence / udt-rs

UDT bindings for Rust
BSD 2-Clause "Simplified" License
32 stars 12 forks source link

change recvmsg() to take a buffer #6

Closed mcginty closed 8 years ago

mcginty commented 8 years ago

Alternatively, can turn this into a separate method to not break the API. I don't know if there's a naming convention for allocating vs. non-allocating methods.

eminence commented 8 years ago

I think I'm OK making this breaking change, since this new version better aligns with how UDT itself works, and how other rust APIs work.

Can you please:

Thanks!

mcginty commented 8 years ago

sounds good! fixed the tests, bumped the version.

eminence commented 8 years ago

This change has been published as version v0.2.0