lumeohq / onvif-rs

A native Rust ONVIF client library.
MIT License
114 stars 61 forks source link

Publish on crates.io #102

Open ahupp opened 1 year ago

ahupp commented 1 year ago

It would be nice if the onvif-rs crates were available on crates.io, so they can participate in the usual semver upgrade processes. There's an existing, essentially unused "onvif" name you might be able to get ownership of.

Related, many of the dependent crates have names that aren't namespaced, e.g "transport" instead of "onvif-transport" etc. This is both somewhat unclear, and makes naming conflicts more likely.