ferrisup 0.2.5

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

// Re-export key components
pub use handlers::{find_handler, get_handlers, ProjectHandler};
pub use templates::{list_templates, get_template_config};