Removed items from the public API
=================================
(none)

Changed items in the public API
===============================
-pub struct example_api::Struct
+#[non_exhaustive] pub struct example_api::Struct
-pub fn example_api::function(example_api::Struct)
+pub fn example_api::function(example_api::Struct, usize)

Added items to the public API
=============================
+pub example_api::Struct::v2_field: usize
+pub struct example_api::StructV2
+pub example_api::StructV2::field: usize

