| ... | ... | @@ -201,6 +201,7 @@ pub const Stream = struct { |
| 201 | 201 | pub const readByte = R.readByte; |
| 202 | 202 | pub const readUntilDelimiterArrayList = R.readUntilDelimiterArrayList; |
| 203 | 203 | pub const readUntilDelimiterAlloc = R.readUntilDelimiterAlloc; |
| 204 | pub const readUntilDelimiterOrEofAlloc = R.readUntilDelimiterOrEofAlloc; |
| 204 | 205 | pub const readUntilDelimitersBuf = R.readUntilDelimitersBuf; |
| 205 | 206 | pub const readUntilDelimitersArrayList = R.readUntilDelimitersArrayList; |
| 206 | 207 | pub const readAlloc = R.readAlloc; |