fruit-salad 0.0.2

Compare apples and oranges (and more). Trait object reference casting and trait object comparisons.
Documentation
#![cfg(not(miri))]

#[test]
fn installation() {
	version_sync::assert_contains_regex!("README.md", "^cargo add {name} --features macros$");
}

#[test]
fn versioning() {
	version_sync::assert_contains_regex!(
		"README.md",
		r"^`{name}` strictly follows \[Semantic Versioning 2\.0\.0\]"
	);
}