cli-editor 0.0.0

cli-editor, a macro for deriving a cli editor for custom structs
Documentation
1
2
3
4
5
6
7
8
9
#[test]
fn html_root_url() {
    version_sync::assert_html_root_url_updated!("src/lib.rs");
}

// #[test]
// fn readme_usage_version() {
//     version_sync::assert_contains_regex!("README.md", "<some text here> {version}");
// }