libdd-libunwind-sys 1.0.1

Rust bindings for using unwind library inside libdatadog
Documentation
# Contributing

First of all, thanks for contributing! This document provides some basic guidelines for contributing to this repository.

## Submitting Issues

- If you have a feature request, open a [GitHub issue]../../issues/new.
- If you found a bug, open a [GitHub issue]../../issues/new with reproduction steps and environment details.

## Pull Requests

1. Fork the repository and create your branch from `main`.
2. Make your changes with clear commit messages.
3. Ensure existing tests pass and add tests for new functionality.
4. Submit a pull request describing your changes.

## Code of Conduct

This project follows the [Datadog Code of Conduct](https://github.com/DataDog/.github/blob/master/CODE_OF_CONDUCT.md).

## License

By contributing to this repository, you agree that your contributions will be licensed under the repository's [LICENSE](LICENSE) file.