topiary 0.0.1

A very WIP and experimental CSS scoping library.
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}$");
}

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