misc_utils 4.3.0

A small collection of convenient and utility functions developed for personal use.
Documentation
1
2
3
4
5
6
use version_sync::assert_html_root_url_updated;

#[test]
fn test_html_root_url() {
    assert_html_root_url_updated!("src/lib.rs");
}