Skip to content

takkyuuplayer/v-streader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v-streader

CI

Port of Go's strings.Reader

import takkyuuplayer.streader
import os
import io

fn main() {
	mut reader := streader.new('hello world')
	mut out := os.stdout()
	io.cp(reader, mut out) ? // Output: hello world
}

About

Port of Go's strings.Reader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published