pandas-cli 1.0.0

PandasCLI is a command-line tool for quickly generating and managing Rust projects with PandasAPI structure. It helps you set up new projects, generate modules, and streamline your development workflow with ease.
1
2
3
4
5
pub mod controller;
pub mod service;
pub mod repository;
pub mod schema;
pub mod dto;