ammonia 4.0.2

HTML Sanitization
Documentation
1
2
3
4
5
6
use version_sync::assert_markdown_deps_updated;

#[test]
fn test_readme_deps() {
    assert_markdown_deps_updated!("README.md");
}