sock v0.2.2 — Dependency refresh and CI updates #25
hayabusa-cloud
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction
sockis a zero-allocation socket library for Go, providing TCP, UDP, Unix, SCTP, and raw socket types built directly on thezcallassembly syscall package.SOCK_NONBLOCKandSOCK_CLOEXECflags and returniofd.FDfile descriptors for integration withio_uringasync I/O.sockaddrstructures without intermediate heap objects.Usage
Highlights
This release updates CI action versions to the latest stable releases and refreshes dependencies to iox v0.3.4 and zcall v0.3.1.
What's Changed
Improvements
alltarget to Makefile for combined vet+testChores
actions/checkout@v6,actions/setup-go@v6,codecov/codecov-action@v5Compatibility
This discussion was created from the release sock v0.2.2 — Dependency refresh and CI updates.
Beta Was this translation helpful? Give feedback.
All reactions