batuta 0.1.5

Orchestration framework for converting ANY project (Python, C/C++, Shell) to modern Rust
Documentation
# Contributing to Batuta

Thank you for your interest in contributing to Batuta!

## Getting Started

1.  Fork the repository.
2.  Clone your fork.
3.  Create a new branch for your feature or fix.

## Development

-   Follow the Rust coding standards.
-   Run `cargo test` to ensure all tests pass.
-   Run `cargo fmt` to format your code.

## Pull Requests

-   Submit a pull request to the `main` branch.
-   Provide a clear description of your changes.
-   Link to any relevant issues.

For more details, please refer to the [README.md](./README.md).