Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

gorle

Just an educational project containing implementation of Count-Suffix RLE algorithm decoding for unicode strings.

Usage example

decoded, _ := gorle.Decode("qwe\\45", gorle.WithEscapeChar('\\'), gorle.WithEscapeSeq(true))
fmt.Println(decoded) // prints "qwe44444"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages