woptions_meta 0.1.3

Mechanism to define map of options for a fuction and its defaults laconically. Its meta.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Module :: woptions_meta
[![experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/ModulewOptionsMetaPush.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/ModulewOptionsMetaPush.yml) [![docs.rs](https://img.shields.io/docsrs/woptions_meta?color=e3e8f0&logo=docs.rs)](https://docs.rs/woptions_meta) [![discord](https://img.shields.io/discord/872391416519737405?color=e3e8f0&logo=discord&logoColor=e3e8f0)](https://discord.gg/JwTG6d2b)

Mechanism to define map of options for a fuction and its defaults laconically. Its meta.

Not intended to be used without derive. This module and derive is aggregate in module::woptions is [here](https://github.com/Wandalen/wTools/tree/master/module/rust/woptions).

### To add to your project

```bash
cargo add woptions_meta
```