upstream-rs 2.6.0

Fetch package updates directly from the source.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod completion_manager;
mod desktop_manager;
mod icon_manager;
mod shell_manager;
mod symlink_manager;

pub use completion_manager::{
    CompletionCacheMismatch, CompletionCacheMismatchKind, CompletionManager, CompletionShell,
};
pub use desktop_manager::DesktopManager;
pub use icon_manager::IconManager;
pub use shell_manager::ShellManager;
#[cfg(unix)]
pub use shell_manager::{nushell_paths_file_contains_path, render_nushell_paths_file};
pub use symlink_manager::SymlinkManager;