[go: up one dir, main page]

telelog 0.2.0

High-performance structured logging library for Rust with rich visualization capabilities
Documentation
# Rust build artifacts
/target
Cargo.lock

# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.env
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.github/copilot-instructions.md
.vscode/
.idea/
*.iml
*.swp
*.swo
*~

# System files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Log files
*.log

# Temporary files
*.tmp
*.temp
out/

# Maturin build artifacts
/target/wheels/

# Python bindings compiled artifacts
telelog/*.so
telelog/*.pyd