# Module :: woptions_runtime [![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/ModulewOptionsRuntimePush.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/ModulewOptionsRuntimePush.yml) [![docs.rs](https://img.shields.io/docsrs/woptions_runtime?color=e3e8f0&logo=docs.rs)](https://docs.rs/woptions_runtime) [![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 runtime. 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_runtime ```