README (378B)
1 strio provides string-related I/O operations, specifically to make efficient use 2 of memory while building strings incrementally. The main entry points to strio 3 are [[dynamic]] and [[fixed]]. Each of the utility functions (e.g. 4 [[appendrune]]) work correctly with any [[io::handle]], but for efficiency 5 reasons it is recommended that they are either a strio or [[bufio]] stream.