rslog 0.1.3

A lightweight logging library for Rust built entirely using the standard library with zero external dependencies.
Documentation
# Compilation artifacts
target/

# Log files
logs/

# Cargo lock file (optional, but often committed)
# Cargo.lock

# Editor directories
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Documentation
doc/

# Generated documentation by cargo doc
# Note: docs/ directory contains manual documentation, so it's NOT ignored