Skip to content

zb: Add public exports of dependent crates

danieldg requested to merge danieldg/zbus:public-reexport into main

Many of the structures in zbus use types declared in zbus_names or zvariant, so publicly re-export them in zbus so that users of the library don't need to add extra crates to their Cargo.toml.

Merge request reports