Module Uutf.Manual
Manual sources and destinations.
Warning. Use only with `Manual decoder and encoders.
val src : decoder -> Stdlib.Bytes.t -> int -> int -> unitsrc d s j lprovidesdwithlbytes to read, starting atjins. This byte range is read by calls to Decode withduntil`Awaitis returned. To signal the end of input call the function withl = 0.
val dst : encoder -> Stdlib.Bytes.t -> int -> int -> unitdst e s j lprovidesewithlbytes to write, starting atjins. This byte range is written by calls to Encode witheuntil`Partialis returned. Usedst_remto know the remaining number of non-written free bytes ins.
val dst_rem : encoder -> intdst_rem eis the remaining number of non-written, free bytes in the last buffer provided withManual.dst.