compare_variables 0.2.0

A Rust procedural macro for comparing the ordering of variables and creating useful error messages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Ignore all target directories
**/target/


# Binary artifacts
*.a


# Ignore Cargo.lock for library crates (keep at root if binary project)
**/Cargo.lock


# IDE/editor files
.vscode/

.idea/

*.swp

*.bak

*.tmp


# Rust backup files
*.rs.bk