Skip to main content

Crate nexcore_fs

Crate nexcore_fs 

Source
Expand description

Zero-dependency filesystem utilities for the NexCore ecosystem.

Replaces dirs, walkdir, glob, tempfile, and shellexpand crates with NexVigilant-owned implementations.

Modulesยง

dirs
Platform directory resolution (XDG on Linux, Known Folders concept).
glob
Shell glob pattern matching (replaces glob crate).
walk
Recursive directory traversal (replaces walkdir crate).