Skip to content

cross-crate driver exports: Promulgate harsh semver policy

Ian Jackson requested to merge driver-export-semver into main

Empirically, driver exports (#[derive_adhoc(pub)], ie cross-template export of the struct definition) are quite a lot more fragile in the presence of d-a changes.

I think in future we'll maybe want to make breaking changes here (beyond #29 (closed)) without disrupting everyone else by bumping the semver major.

Merge request reports