gnaw 0.0.2

Conveniently chip small pieces off a slice or `str` to use elsewhere.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[test]
fn installation() {
	version_sync::assert_contains_regex!("README.md", "^cargo add {name}$");
}

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