Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wabzsy/aplib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aPLib implementation in Go

Usage of the library should be pretty simple.

go get github.com/hatching/aplib
import (
    "github.com/hatching/aplib"
)

func hello() {
    v1 := aplib.Compress([]byte("hello world"))
    v2 := aplib.Decompress(v1)
    // ...
}

About

Golang implementation of aPLib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%