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
#![cfg(not(miri))]

#[test]
fn readme() {
	version_sync::assert_contains_regex!("README.md", "^# {name}$");
}

#[test]
fn changelog() {
	version_sync::assert_contains_regex!("CHANGELOG.md", "^# {name} Changelog$");
}