erickt / rust-zmq

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

Refactor enum types #354

Open tosti007 opened 1 year ago

tosti007 commented 1 year ago

This PR basically changes the different enum types to repr implementations, allowing the usage of as. It also changes the from_raw into try_from implementations. Additionally it applies usage of Self in some cases.