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