linotype 0.0.1

A keyed sequence reprojector that can optionally pin its values. (A stable-ordered transactionally-incremental multi-map.)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![cfg(not(miri))]

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

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