Module Stdune.Scanf

Safe version of Scanf from the stdlib. Does not raise parsing errors errors.

val unescaped : string -> (string, unit) Result.t
val sscanf : string -> ('aStdlib.Scanf.Scanning.in_channel'b'c -> 'd'a -> 'e'e) Stdlib.format6 -> 'c -> ('d, unit) Stdlib.result