reign_derive 0.2.0

Opinionated Fullstack Web Framework in Rust
Documentation
1
2
3
4
5
6
use version_sync::*;

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