1#![allow(non_snake_case)] 2 3//! Native file-explorer surface for the workspace sidebar. Mountain owns the 4//! tree-view provider; URIs flow through `CommonLibrary::FileSystem` traits. 5 6pub mod FileExplorerViewProvider;