Skip to content

runningwild/stringz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String algorithm toolkit. Go installable. Despite the name 'stringz' these functions are all designed to operate on []byte.

go install github.com/runningwild/stringz

If you need more control over the underlying algorithms, for example to adjust buffer sizes, you can use github.com/runningwild/stringz/core.

As long as it remains up you can see the godoc at http://gopkgdoc.appspot.com/pkg/github.com/runningwild/stringz.

This is a work in progress, but anything exposed in the high-level interface (stringz, not stringz/core) should be stable and efficient. Comments, questions, suggestions, patches, etc... are all welcome.

Releases

No releases published

Packages

No packages published

Languages