Removed items from the public API
=================================
-pub fn example_api::function(example_api::Struct)
Changed items in the public API
===============================
-pub struct example_api::Struct
+#[non_exhaustive] pub struct example_api::Struct
Added items to the public API
=============================
+pub example_api::Struct::v2_field: usize
+pub struct example_api::StructV2
+pub example_api::StructV2::field: usize