tonic icon indicating copy to clipboard operation
tonic copied to clipboard

chore(build): Make empty client and server modules private

Open ADSteele916 opened this issue 7 months ago • 2 comments

Currently, tonic_build exports the client and server modules, both of which contain only private items. Exporting these modules only serves to clutter up the crate's docs. This PR makes the two modules private.

ADSteele916 avatar Jun 02 '25 05:06 ADSteele916

What branch should I target? I initially tried master but the semver check failed.

ADSteele916 avatar Jun 02 '25 05:06 ADSteele916

Sounds reasonable to me. It looks needed to be waited until the next release with breaking changes.

tottoto avatar Jun 05 '25 15:06 tottoto