Pure OCaml Yaml 1.2 reader and writer using Bytesrw

odoc

+8 -1
+8 -1
lib/yamlrw.mli
··· 30 30 {[ 31 31 let name = Yamlrw.Util.(get_string (get "name" value)) in 32 32 let age = Yamlrw.Util.(get_int (get "age" value)) in 33 - ]} *) 33 + ]} 34 + 35 + {2 Related Libraries} 36 + 37 + {ul 38 + {- [Yamlrw_unix] - Unix file I/O integration} 39 + {- [Yamlrw_eio] - Eio async file and flow operations} 40 + {- [Yamlt] - YAML codec using Jsont type descriptions (higher-level)}} *) 34 41 35 42 (** {2 Error Handling} *) 36 43