splitrs 0.2.3

AST-based Rust refactoring tool with trait separation, config files, and intelligent module generation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Rust
/target
Cargo.lock

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store

# Test outputs
/tmp/
*.log