What is the ZenFS Internal API?
mainThe Internal API is the foundational interface used to manage file systems and file operations within ZenFS. It ensures that all backends are compatible with the Virtual File System (VFS) and any applications built on top of ZenFS.
To create a compatible backend, you must instantiate a FileSystem implementation that conforms to this API. This abstraction allows the VFS to interact with diverse storage backends (like in-memory, cloud storage, or local disk) using a standardized set of operations.