Skip to content

Commit feae4e3

Browse files
KaboomFoxclaude
andcommitted
Add badges and MSRV section to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6f6b498 commit feae4e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ws-shard-manager
22

3+
[![Crates.io](https://img.shields.io/crates/v/ws-shard-manager.svg)](https://crates.io/crates/ws-shard-manager)
4+
[![Documentation](https://docs.rs/ws-shard-manager/badge.svg)](https://docs.rs/ws-shard-manager)
5+
[![CI](https://github.com/KaboomFox/ws-shard-manager/actions/workflows/ci.yml/badge.svg)](https://github.com/KaboomFox/ws-shard-manager/actions/workflows/ci.yml)
6+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7+
38
A robust WebSocket connection manager for Rust with sharding, auto-reconnection, and hot switchover.
49

510
## Features
@@ -253,6 +258,10 @@ When enabled, the manager creates a new connection and waits for it to be ready
253258
manager.hot_switchover(0).await?;
254259
```
255260

261+
## Minimum Supported Rust Version
262+
263+
1.84
264+
256265
## License
257266

258267
MIT

0 commit comments

Comments
 (0)