Module Util_encode_decode
module SE := Seaboar.Encode
module U32 := Stdint.Uint32
type 'a sencode := 'a -> Seaboar.Encode.value
type 'a sdecode := 'a Seaboar.Decode.t
val parse_string :
?consume:[ `All | `Prefix ] ->
'a sdecode ->
string ->
('a, string) Stdlib.result