Skip to content

runeio is a library for manipulating runes from an underlying io.Reader.

License

Notifications You must be signed in to change notification settings

sent-hil/runeio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runeio

runeio is a library for manipulating runes from an underlying io.Reader.

Documentation

Getting started

// See https://godoc.org/github.com/sent-hil/runeio#RuneReader
// for `RuneReader` interface.
//
// `bufio.Reader`, `bytes.Reader` and `strings.Reader` all implement the
// interface  and can be used here.
buf := bufio.NewStringReader("Hello World")
runeio.NewRuneio(buf)

Install

go get -u github.com/sent-hil/runeio

About

runeio is a library for manipulating runes from an underlying io.Reader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages