[package]
name = "nym-ordered-buffer"
version.workspace = true
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
edition = "2021"
license.workspace = true
description = "This crate takes care of reliably and speedily turning bytes into a series of ordered message fragments on one side, and of reliably reassembling the fragments into the original message on the other"
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
[dependencies]
log = { workspace = true }
thiserror = { workspace = true }