testkit-async 0.0.1

Practical testing tools for async Rust - time control, deterministic execution, and failure injection
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
/tests/temp/
*.profdata
*.profraw

# Build artifacts
/dist/
/build/

# Logs
*.log
.vscode/branch-timer.json