embedded-svc 0.23.2

A set of traits for services higher level than embedded-hal and typically found in embedded microcontrollers with WiFi or BLE support.
Documentation

embedded-svc

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 15 feature flags, 11 of them enabled by default.

default

  • std
  • use_serde
  • use_strum
  • use_numenum
  • log

std

  • alloc
  • embedded-io/std
  • serde/std
  • anyhow/std
  • strum?/std
  • num_enum?/std

use_serde

  • enumset/serde
  • no-std-net/serde
  • heapless/serde

use_strum

  • strum
  • strum_macros

use_numenum

  • num_enum

log

    This feature flag does not enable additional features.

alloc

  • anyhow
  • embedded-io/alloc
  • serde/alloc
  • defmt?/alloc

strum

    This feature flag does not enable additional features.

strum_macros

    This feature flag does not enable additional features.

num_enum

    This feature flag does not enable additional features.

anyhow

    This feature flag does not enable additional features.

nightly

  • futures
  • embedded-io/async

experimental

  • futures

futures

    This feature flag does not enable additional features.

defmt

    This feature flag does not enable additional features.