Crate erfs_rt

Source
Expand description

§erfs-rt (Embedded Resource Filesystem - runtime libarary)

erfs-rt access the generated fs.

Functions§

entry_flags
get flags of the specified directory entry.
entry_name
get file name of a directory entry
entry_size
get size of the specified directory entry.
open
get directory entry handle from pathname.
read
get content of specified file.
read_dir
read a directory
read_file
get content of a directory entry

Type Aliases§

ErfsHandle
handle of a directory entry
ErfsRoot
handle of a ERFS instance, returned by the generated codes.