smart-config-derive 0.4.0-pre.2

Derive macros for `smart-config` library
Documentation
# Procedural Macros for `smart-config`

[![Build status](https://github.com/matter-labs/smart-config/actions/workflows/ci.yml/badge.svg)](https://github.com/matter-labs/smart-config/actions/workflows/ci.yml)
[![License: MIT OR Apache-2.0](https://img.shields.io/badge/License-MIT%2FApache--2.0-blue)](https://github.com/matter-labs/smart-config#license)
![rust 1.88+ required](https://img.shields.io/badge/rust-1.88+-blue.svg?label=Required%20Rust)

This crate defines procedural macros for the [`smart-config`] library. It is re-exported in full
from that library, so it rarely if ever needs to be used on its own.

## License

Distributed under the terms of either

- Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

[`smart-config`]: ../smart-config