ferrisup 0.2.5

A versatile Rust project bootstrapping tool - start anywhere, scale anywhere
Documentation
1
2
3
4
5
6
7
// Core workspace entry point
pub mod config;
pub mod error;

// Re-exports of core components
pub use config::Config;
pub use error::{Error, Result};