LZString

package module
v0.0.0-...-17663df Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2021 License: MIT Imports: 5 Imported by: 0

README

lz-string-go

Go implementation of the LZ-based compression algorithm.

Improvements

  • Performance problems | PR
    • Performance optimizations have been made to this library
    • Decompression support for drop characters

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compress

func Compress(uncompressed string, keyStrBase64 string) string

func Decompress

func Decompress(input string, keyStrBase64 string) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL