erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
887 stars 189 forks source link

Deprecate several `Message` methods #272

Closed rotty closed 5 years ago

rotty commented 5 years ago

The with_capacity_unallocated, with_capacity and from_slice methods are deprecated, the first one without a planned alternative.

birkenfeld commented 5 years ago

Nice, thanks!