| ... | @@ -34,6 +34,7 @@ pub const readArray = R.readArray; | ... | @@ -34,6 +34,7 @@ pub const readArray = R.readArray; |
| 34 | pub const readByte = R.readByte; | 34 | pub const readByte = R.readByte; |
| 35 | pub const readUntilDelimiterArrayList = R.readUntilDelimiterArrayList; | 35 | pub const readUntilDelimiterArrayList = R.readUntilDelimiterArrayList; |
| 36 | pub const readUntilDelimiterAlloc = R.readUntilDelimiterAlloc; | 36 | pub const readUntilDelimiterAlloc = R.readUntilDelimiterAlloc; |
| | 37 | pub const readUntilDelimiterOrEofAlloc = R.readUntilDelimiterOrEofAlloc; |
| 37 | pub const readUntilDelimitersBuf = R.readUntilDelimitersBuf; | 38 | pub const readUntilDelimitersBuf = R.readUntilDelimitersBuf; |
| 38 | pub const readUntilDelimitersArrayList = R.readUntilDelimitersArrayList; | 39 | pub const readUntilDelimitersArrayList = R.readUntilDelimitersArrayList; |
| 39 | pub const readAlloc = R.readAlloc; | 40 | pub const readAlloc = R.readAlloc; |