traversable-derive 0.1.0

Procedural macro to derive Traversable and TraversableMut
Documentation
# traversable-derive

[![Crates.io][crates-badge]][crates-url]
[![Documentation][docs-badge]][docs-url]
[![MSRV 1.85][msrv-badge]](https://www.whatrustisit.com)
[![Apache 2.0 licensed][license-badge]][license-url]
[![Build Status][actions-badge]][actions-url]

[crates-badge]: https://img.shields.io/crates/v/traversable-derive.svg
[crates-url]: https://crates.io/crates/traversable-derive
[docs-badge]: https://docs.rs/traversable-derive/badge.svg
[msrv-badge]: https://img.shields.io/badge/MSRV-1.85-green?logo=rust
[docs-url]: https://docs.rs/traversable-derive
[license-badge]: https://img.shields.io/crates/l/traversable-derive
[license-url]: LICENSE
[actions-badge]: https://github.com/fast/traversable/workflows/CI/badge.svg
[actions-url]:https://github.com/fast/traversable/actions?query=workflow%3ACI

This is an implementation crate for the [`traversable`](https://crates.io/crates/traversable) library.

Please refer to the main [`traversable`](https://crates.io/crates/traversable) crate for documentation and usage examples.

This crate contains procedural macros that derive `Traversable` and `TraversableMut` implementations.