mirage / ocaml-fat

Read and write FAT format filesystems from OCaml
ISC License
26 stars 18 forks source link

Implement functions to conform with signature definitions #92

Closed PizieDust closed 11 months ago

PizieDust commented 11 months ago

The functions implemented here lacked two key implementations of get_partial and size required to be fully compliant with the mirage_kv interface. This PR addresses that. Also, updating some functions, namely list and last_modified to align better with the signature definitions. With this update, the library builds correctly and also runs the test correctly.