Skip to content

Enfoce Utf8 on disk format in RedoxFS

Jeremy Soller requested to merge bungcip:utf8_on_disk_format into master

Created by: bungcip

Create struct FileName to enforce filename invariant in RedoxFS Fixing #11 (closed) & #12. Now creating too long filename will return ENAMETOOLONG and creating invalid utf8 name will return EINVAL.

this is my first time pull request on redox, please be gentle :)

Edited by Ribbon

Merge request reports