webrust 2.0.0

Python-like Rust for Web Applications - A bridge between Python simplicity and Rust power
Documentation
# Rust
/target/
Cargo.lock

# RustRover (IntelliJ IDEA)
.idea/
*.iml

# Autres fichiers IDE
.vscode/
*.swp
*.swo
*~

# Système
.DS_Store
Thumbs.db

# Debug et logs
*.log
*.pdb
/target


/webrust-macros/target