Skip to main content

Mountain/FileSystem/
mod.rs

1//! Native file-explorer surface for the workspace sidebar. Mountain owns the
2//! tree-view provider; URIs flow through `CommonLibrary::FileSystem` traits.
3
4pub mod FileExplorerViewProvider;