erickt / rust-zmq

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

Need an option to use libpgm #395

Open tclarke opened 2 months ago

tclarke commented 2 months ago

cargo add zmq results in a crate that doesn't support pgm:// and epgm:// It appears that the underlying libzmq isn't being built with pgm support. It would be useful to have this as a crate feature.

dimpdash commented 1 month ago

Nice i was just having this problem