- NotifyClient with Arc-based sharing - Fluent EventBuilder API - HTTP transport with reqwest - Offline queue with JSON persistence - Severity levels and notification actions - Thread-safe with parking_lot RwLock - Async/await with Tokio - Global client with once_cell - Full README with examples
17 lines
132 B
Plaintext
17 lines
132 B
Plaintext
# Generated by Cargo
|
|
/target/
|
|
Cargo.lock
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local storage
|
|
.ironnotify/
|