ec4rs 1.2.0

EditorConfig For Rust
Documentation
1
2
3
4
5
#[test]
fn string_matches_ints() {
    use crate::version::*;
    assert_eq!(STRING, format!("{}.{}.{}", MAJOR, MINOR, PATCH));
}