Registry / utility / ulikunitz-xz

ulikunitz-xz

JSON →
library0.5.15gogounverified

Package xz supports the compression and decompression of xz files.

go get github.com/ulikunitz/xz
INSTALL
IMPORT
SIG · ULIKUNITZ-XZ
U
ulikunitz-xz
utilitygov0.5.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xz
github.com/ulikunitz/xz

Compress data using xz

package main import ( "bytes" "fmt" "github.com/ulikunitz/xz" ) func main() { var buf bytes.Buffer w, _ := xz.NewWriter(&buf) w.Write([]byte("Hello, xz!")) w.Close() fmt.Printf("Compressed size: %d\n", buf.Len()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.15latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
ulikunitz-xz — go get ulikunitz-xz · libregistry