Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/FileSystem/
mod.rs

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;