ws-framer 0.2.2

Simple no-std framer for websockets (with alloc feature)
Documentation
[dependencies.getrandom]
version = "0.2.15"

[dependencies.httparse]
default-features = false
optional = true
version = "1.10.0"

[dependencies.itoa]
optional = true
version = "1.0.14"

[dependencies.ws-framer-macros]
version = "0.1.0"

[dev-dependencies.anyhow]
version = "1.0.95"

[dev-dependencies.clap]
features = ["derive"]
version = "4.5.28"

[dev-dependencies.rand]
version = "0.9.0"

[[example]]
name = "ws-framer-test"
path = "examples/ws-framer-test.rs"

[features]
alloc = []
default = ["http"]
http = ["dep:httparse", "dep:itoa"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple no-std framer for websockets (with alloc feature)"
edition = "2021"
license = "MIT"
name = "ws-framer"
readme = false
repository = "https://github.com/filipton/ws-framer"
version = "0.2.2"