[][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

Component

This names all of the components.

ComponentVariant

All of the component config variants

Coordinator

This names all of the coordinators.

CoordinatorVariant

All of the coordinator config variants

Feature

This names all of the feature toggles

Field

These are some fields, which may replace kv

Service

This names all of the services

Type Definitions

FieldMap

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