[][src]Module d3_components::settings

Structs

Executor

Some tuning params, these might be better as fields

Settings

Its unfortunate that we need to make all the bits public. There's possibly a way to avoid this with serde; I haven't figured it out yet. This is the top-level settings object

SimpleConfig

Enums

Additional

There's always something that is being tinkered with. Additional is for those things that are being experimented with

AdditionalVariant

We don't want to mess with other variants while experimenting

ComponentVariant

All of the component config variants

CoordinatorVariant

All of the coordinator config variants

Field

These are some fields, which may replace kv

Type Definitions

Component
Coordinator
Feature
FieldMap

a more general solution would be to use a variant rather than usize

Service