abscissa_core 0.7.0

Application microframework with support for command-line option parsing, configuration, error handling, logging, and terminal interactions. This crate contains the framework's core functionality.
Documentation

abscissa_core

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 21 feature flags, 20 of them enabled by default.

default

  • application
  • secrets
  • testing

application

  • arc-swap
  • config
  • trace
  • options
  • semver/serde
  • terminal

secrets

  • secrecy

testing

  • regex
  • wait-timeout

arc-swap

    This feature flag does not enable additional features.

config

  • secrets
  • serde
  • terminal
  • toml

trace

  • tracing
  • tracing-log
  • tracing-subscriber

options

  • clap

terminal

  • color-eyre
  • termcolor

secrecy

    This feature flag does not enable additional features.

regex

    This feature flag does not enable additional features.

wait-timeout

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.

toml

    This feature flag does not enable additional features.

tracing

    This feature flag does not enable additional features.

tracing-log

    This feature flag does not enable additional features.

tracing-subscriber

    This feature flag does not enable additional features.

clap

    This feature flag does not enable additional features.

color-eyre

    This feature flag does not enable additional features.

termcolor

    This feature flag does not enable additional features.

semver

    This feature flag does not enable additional features.