caxe 0.3.8

A modern C/C++ project manager that cuts through build system complexity. Zero config, smart dependencies, and parallel builds.
Documentation
## Description


Brief description of the changes in this PR.

## Type of Change


- [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
- [ ] ✨ New feature (non-breaking change which adds functionality)
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] 📚 Documentation update
- [ ] 🔧 Refactoring (no functional changes)

## Related Issue


Fixes # (issue number)

## How Has This Been Tested?


Describe the tests that you ran to verify your changes.

- [ ] `cargo test` passes
- [ ] `cargo clippy` has 0 warnings
- [ ] Manual testing with: [describe steps]

## Checklist


- [ ] My code follows the project's style guidelines
- [ ] I have run `cargo fmt`
- [ ] I have added tests that prove my fix/feature works
- [ ] New and existing tests pass locally
- [ ] I have updated the documentation if needed