websoc-kit 0.0.1

A highly-opinionated Websocket tooling kit.
Documentation
# Websoc-Kit


[![Version](https://img.shields.io/crates/v/websoc-kit)](https://crates.io/crates/websoc-kit)
[![Docs](https://docs.rs/websoc-kit/badge.svg)](https://docs.rs/websoc-kit)

A highly-opinionated Websocket tooling kit.

## Features


### WebsocKitManager


Manages Websocket connections.

### WebsocKitClient


A WebsocketClient.

### Highly-Opiniated Opinions


Only allows binary messages. If a text message is received, the Websocket
connection is dropped immediately.

## Developers


**Project is under active maintenance - even if there are no recent commits!
Please submit an issue / bug request if the library needs updating for any
reason!**

### Commands


- `make lint`
- `make test`
- `make fix`

## Credits


Made with 🤬 and 🥲 by [Todd Everett Griffin](https://www.toddgriffin.me/).

`websoc-kit` is open source under the
[MIT License](https://github.com/goddtriffin/websoc-kit/blob/main/LICENSE).