remotia-buffer-utils 0.1.3

Buffer management utilities of remotia, an open source framework for the development of remote rendering software in pure Rust
Documentation
[dependencies.async-trait]
version = "0.1.68"

[dependencies.bytes]
version = "1.4.0"

[dependencies.log]
version = "0.4.14"

[dependencies.remotia-core]
version = "0.1.1"

[dependencies.tokio]
features = ["rt", "sync", "time", "macros"]
version = "1.28.2"

[lib]
name = "remotia_buffer_utils"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compression", "encoding", "multimedia"]
description = "Buffer management utilities of remotia, an open source framework for the development of remote rendering software in pure Rust"
edition = "2021"
keywords = ["video", "encoding", "streaming", "gaming"]
license = "MIT"
name = "remotia-buffer-utils"
readme = false
repository = "https://github.com/remotia/remotia"
version = "0.1.3"