#builder-pattern #fundamental #general-purpose

woptions_runtime

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

3 releases

0.1.3 May 26, 2022
0.1.1 May 25, 2022
0.1.0 Jan 10, 2022

#61 in #builder-pattern

Download history 303/week @ 2024-07-02 234/week @ 2024-07-09 343/week @ 2024-07-16 289/week @ 2024-07-23 288/week @ 2024-07-30 115/week @ 2024-08-06 451/week @ 2024-08-13 279/week @ 2024-08-20 641/week @ 2024-08-27 614/week @ 2024-09-03 258/week @ 2024-09-10 56/week @ 2024-09-17 110/week @ 2024-09-24 209/week @ 2024-10-01 212/week @ 2024-10-08 166/week @ 2024-10-15

706 downloads per month
Used in 6 crates (via woptions)

MIT license

70KB
79 lines

Module :: woptions_runtime

experimental rust-status docs.rs discord

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.

To add to your project

cargo add woptions_runtime

lib.rs:

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

Dependencies

~3MB
~75K SLoC