Update README with branded header and documentation links
- Add centered logo and title with product branding - Add links to product website and documentation - Add badges for package manager and license - Add Other SDKs table with cross-references - Add Support section with dev@ironservices.io email - Update repository links to git.marketally.com 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c46a8cdc1b
commit
d7c725fb08
51
README.md
51
README.md
|
|
@ -1,10 +1,31 @@
|
||||||
# IronNotify SDK for Rust
|
<p align="center">
|
||||||
|
<a href="https://ironnotify.com">
|
||||||
|
<img src="https://ironnotify.com/logo.png" alt="IronNotify" width="120" />
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
Event notifications and alerts SDK for Rust applications. Send notifications, receive real-time updates, and manage notification state.
|
<h1 align="center">IronNotify SDK for Rust</h1>
|
||||||
|
|
||||||
[](https://crates.io/crates/ironnotify)
|
<p align="center">
|
||||||
[](https://docs.rs/ironnotify)
|
<strong>Event notifications and alerts for Rust applications</strong>
|
||||||
[](https://opensource.org/licenses/MIT)
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://crates.io/crates/ironnotify"><img src="https://img.shields.io/crates/v/ironnotify.svg" alt="Crates.io"></a>
|
||||||
|
<a href="https://docs.rs/ironnotify"><img src="https://docs.rs/ironnotify/badge.svg" alt="Documentation"></a>
|
||||||
|
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://ironnotify.com">Website</a> •
|
||||||
|
<a href="https://ironnotify.com/docs">Documentation</a> •
|
||||||
|
<a href="https://ironnotify.com/docs/rust">Rust Guide</a> •
|
||||||
|
<a href="https://git.marketally.com/ironservices">Git</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**IronNotify** helps you send event notifications and alerts to your users instantly. Built for developers who want simple, powerful notification infrastructure without the complexity.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
@ -294,6 +315,26 @@ The client is thread-safe and can be shared across threads using `Arc<NotifyClie
|
||||||
- Rust 1.70+
|
- Rust 1.70+
|
||||||
- Tokio runtime
|
- Tokio runtime
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
For complete documentation, visit [ironnotify.com/docs](https://ironnotify.com/docs).
|
||||||
|
|
||||||
|
## Other SDKs
|
||||||
|
|
||||||
|
| Platform | Package |
|
||||||
|
|----------|---------|
|
||||||
|
| JavaScript/TypeScript | [@ironservices/notify](https://git.marketally.com/ironservices/ironnotify-js) |
|
||||||
|
| .NET | [IronNotify.Client](https://git.marketally.com/ironservices/ironnotify-dotnet) |
|
||||||
|
| Python | [ironnotify](https://git.marketally.com/ironservices/ironnotify-python) |
|
||||||
|
| Go | [ironnotify-go](https://git.marketally.com/ironservices/ironnotify-go) |
|
||||||
|
| Java | [ironnotify-java](https://git.marketally.com/ironservices/ironnotify-java) |
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
- **Documentation**: [ironnotify.com/docs](https://ironnotify.com/docs)
|
||||||
|
- **Email**: dev@ironservices.io
|
||||||
|
- **Issues**: [git.marketally.com/ironservices/ironnotify-rust/issues](https://git.marketally.com/ironservices/ironnotify-rust/issues)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT License - see [LICENSE](LICENSE) for details.
|
MIT License - see [LICENSE](LICENSE) for details.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue