#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

#50 in #builder-pattern

Download history 3439/week @ 2024-03-14 2035/week @ 2024-03-21 543/week @ 2024-03-28 673/week @ 2024-04-04 499/week @ 2024-04-11 365/week @ 2024-04-18 717/week @ 2024-04-25 631/week @ 2024-05-02 1423/week @ 2024-05-09 726/week @ 2024-05-16 495/week @ 2024-05-23 1217/week @ 2024-05-30 440/week @ 2024-06-06 301/week @ 2024-06-13 198/week @ 2024-06-20 126/week @ 2024-06-27

1,149 downloads per month
Used in 6 crates (via woptions)

MIT license

68KB
76 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
~74K SLoC