flashcron 0.1.0

A lightning-fast, ultra-efficient cron daemon written in Rust - Schedule tasks at the speed of light
Documentation
# Rust
/target/
**/*.rs.bk
Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.exe
*.dll
*.so
*.dylib

# Test artifacts
*.profraw
*.profdata
lcov.info
coverage/

# Benchmark results
criterion/

# Local config
flashcron.toml
*.local.toml

# Logs
*.log
logs/

# Environment
.env
.env.local

# Test/simulation files
simulation.toml
test_config.toml
*.bat