took-macro 0.1.1

Easily measure & report elapsed time macros
Documentation
[![Build status on GitLab CI][gitlab-ci-master-badge]][gitlab-ci-link]
[![Newest release on crates.io][crate-version-badge]][crate-link]
[![Documentation][docs-badge]][docs]
[![Number of downloads on crates.io][crate-download-badge]][crate-link]
[![Project license][crate-license-badge]](LICENSE)

[crate-download-badge]: https://img.shields.io/crates/d/took-macro.svg
[crate-license-badge]: https://img.shields.io/crates/l/took-macro.svg
[crate-link]: https://crates.io/crates/took-macro
[crate-version-badge]: https://img.shields.io/crates/v/took-macro.svg
[docs-badge]: https://docs.rs/took-macro/badge.svg
[docs]: https://docs.rs/took-macro
[gitlab-ci-link]: https://gitlab.com/timvisee/took-rs/pipelines
[gitlab-ci-master-badge]: https://gitlab.com/timvisee/took-rs/badges/master/pipeline.svg

# `took`: easily measure & report elapsed time
Crate providing procedural macros for [`took`][took-crate-link].
Visit the main crate [page][took-crate-link] for more information.

## License
This project is released under the MIT license.
Check out the [LICENSE](LICENSE) file for more information.

[took-crate-link]: https://crates.io/crates/took