Crate biome_fs

Crate biome_fs 

Source

Structs§

AutoSearchResult
Result of the auto search
BiomePath
ConfigName
FileSystemDiagnostic
MemoryFileSystem
Fully in-memory file system, stores the content of all known files in a hashmap
OpenOptions
This struct is a “mirror” of [std::fs::FileOptions]. Refer to their documentation for more details
OsFileSystem
Implementation of FileSystem that directly calls through to the underlying OS
PathInterner
File paths interner cache

Enums§

ErrorEntry
Error entries are special file system entries that cause an error to be emitted when they are reached through a filesystem traversal. This is mainly useful as a mechanism to test the handling of filesystem error in client code.

Constants§

ROME_JSON

Traits§

File
FileSystem
FileSystemExt
Trait that contains additional methods to work with FileSystem
TraversalContext
TraversalScope

Functions§

ensure_cache_dir