Quiche
Go binding for Cloudflare Quiche https://github.com/cloudflare/quiche
Install / Use
/learn @goburrow/QuicheREADME
Go binding for Cloudflare Quiche
git clone --recursive https://github.com/goburrow/quiche
Build
Build environment:
docker build -t quiche:builder -f docker/Dockerfile docker/
docker run -i -t -v "$PWD:/usr/src/quiche" -w "/usr/src/quiche" quiche:builder
Build dependencies:
cd deps/quiche
cargo build --release
Build application using this Go library:
GO_LDFLAGS="-L/absolute/path/to/libquiche" go build
To create a static binary, CGO_LDFLAGS may need to include -ldl (Linux) or -framework Security (MacOS)
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
343.3kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
