pub fn assert_layout_in(
layout: &XabiLayout,
manifest_dir: impl AsRef<Path>,
snapshot_dir: impl AsRef<Path>,
)Expand description
Assert that a layout matches a snapshot directory.
manifest_dir is the Cargo manifest directory used as the base for relative
snapshot paths. Use assert_abi! in tests unless a caller needs custom
path resolution.