mediafire_rs 0.2.1

Downloads files and folders from mediafire
# Contributing

Thank you for your interest in helping improve **mediafire_rs**!  
All contributions are welcome, whether it’s a bug fix, a new feature, documentation improvement, or anything else that enhances the project.

## How to Contribute

1. **Fork** this repository.
2. Create a branch from the `dev` branch for your work:
```sh
git checkout -b feature/your-feature-name dev
```
3. Make your changes and commit them with clear, descriptive messages.
4. Push your branch to your fork:
```sh
git push origin feature/your-feature-name
```
5. Open a **Pull Request** against the `dev` branch of this repository.

## Pull Request Guidelines

- Ensure your code compiles and passes any existing tests using `cargo test`.
- Add or update tests if you’re changing functionality.
- Follow Rust coding and formatting conventions.
- Include a brief description of what your PR does and why it’s needed.