quicburn-shared 0.1.0

A blazing fast QUIC implementation in Rust
# quicburn-shared

[![Crates.io](https://img.shields.io/crates/v/quicburn-shared.svg)](https://crates.io/crates/quicburn-shared)
[![Docs.rs](https://docs.rs/quicburn-shared/badge.svg)](https://docs.rs/quicburn-shared)
[![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/quicburn-shared)](./LICENSE)
[![CI](https://codeberg.org/RayburnCode/quicburn/workflows/CI/badge.svg)](https://codeberg.org/RayburnCode/quicburn/)

Shared utilities, types, and protocols for the quicburn ecosystem.

## Overview

`quicburn-shared` provides common functionality used across all quicburn crates, including:

## Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
quicburn-shared = "0.1"
```