websocketz 0.1.2

A zerocopy websockets implementation for no_std environments.
Documentation
# Websocketz

![Build Status](https://github.com/zealloc/websocketz/actions/workflows/build-and-test.yml/badge.svg?branch=main)
![Autobahn](https://github.com/zealloc/websocketz/actions/workflows/autobahn.yml/badge.svg?branch=main)
[![crates.io](https://img.shields.io/crates/v/websocketz.svg)](https://crates.io/crates/websocketz)
[![Crates.io (MSRV)](https://img.shields.io/crates/msrv/websocketz)](https://crates.io/crates/websocketz)
[![docs.rs](https://docs.rs/websocketz/badge.svg)](https://docs.rs/websocketz)
[![Crates.io (Downloads)](https://img.shields.io/crates/d/websocketz)](https://crates.io/crates/websocketz)
[![Crates.io (License)](https://img.shields.io/crates/l/websocketz)](https://crates.io/crates/websocketz)

`zerocopy`, `async`, `no_std` and [`autobahn`](https://github.com/crossbario/autobahn-testsuite) compliant `websockets` implementation.

Please refer to the [Documentation](https://docs.rs/websocketz) for more information.

## License

Licensed under either of

- Apache License, Version 2.0. [LICENSE-APACHE]LICENSE-APACHE or [Apache-2.0 license]http://apache.org/licenses/LICENSE-2.0
- MIT license. [LICENSE-MIT]LICENSE-MIT or [MIT license]http://opensource.org/licenses/MIT

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.