moderror;modgit;// Re-exports
pubuse fungus;pubuse git2;/// All essential symbols in a simple consumable way
////// ### Examples
/// ```
/// use skellige::prelude::*;
/// ```
pubmodprelude{// Export all types inside the git module for namespace clarity
pubmodgit{pubusecrate::{error::{Error,Result},git::*,};}// Re-exports
pubusefungus::prelude::*;}