datadog-apm 0.2.0

Datadog apm low level client for rust
Documentation
# datadog apm

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](https://img.shields.io/crates/v/datadog-apm.svg)](https://crates.io/crates/datadog-apm)
[![Released API docs](https://docs.rs/datadog-apm/badge.svg)](https://docs.rs/datadog-apm)

Unofficial Datadog APM for Rust.

Based on [datadog documentation](https://docs.datadoghq.com/api/?lang=bash#send-traces).

## Usage

Check the [docs](https://docs.rs/datadog-apm) for usage instructions.

## Examples

Check the [examples/](examples/) folder!

## License

This project is licensed under the [MIT license](LICENSE).