solar-core 0.0.1

Core library for cargo-solar command.
Documentation
1
2
3
4
5
6
7
8
pub mod global;
mod subcommand;
mod solar_error;
mod tool;

pub use subcommand::{Subcommand, init::Init, install::Install, new::New, upgrade::Upgrade};
pub use tool::{Action, Tool, ToolTrait};
pub use solar_error::SolarError;