Skip to content

Commit cd0e698

Browse files
Add Type Hints feature to README for Python static type checking support
1 parent e5720d5 commit cd0e698

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Telelog is a Rust-first logging library that combines structured logging, perfor
1212
- **Context Management** - Add persistent context to all log messages
1313
- **Rich Console Output** - Clean, colored output for development
1414
- **Python Bindings** - Use from Python with Rust-backed performance
15+
- **Type Hints** - Full static type checking support for Python (mypy, pyright)
1516
- **High Performance** - Thread-local buffer pooling reduces allocations (~788ns per log)
1617
- **Async Support** - Bounded async channels with backpressure (requires `async` feature)
1718

0 commit comments

Comments
 (0)