flop-cli 0.2.0

Interactively flip debug output statements in C/C++/Rust code
Documentation
# Vim swap files
.*.swp

# Build artifacts
target/
debug/

# Cargo lock file (for binary crates, it's common to include this)
# Cargo.lock

# Backup files
**/*.rs.bk
*.bk

# IDE files
.idea/
.vscode/
*.iml

# macOS
.DS_Store

# Cargo timings
cargo-timing-*.html
cargo-timing.html