Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 631 Bytes

Scarab_LibraryOverview.rst

File metadata and controls

34 lines (22 loc) · 631 Bytes

Scarab/Library Overview

  • Utilities
  • Logger
  • Param
    • Core Param classes
    • Codecs for translation to/from various data-storage standards
    • Application configuration
  • Authentication

Build Options

  • Scarab_BUILD_PARAM
    • Build the core param and application configuration classes
  • Scarab_BUILD_CODEC_JSON
    • Build the JSON codec
    • Requires Scarab_BUILD_PARAM
  • Scarab_BUILD_CODEC_YAML
    • Build the YAML codec
    • Requires Scarab_BUILD_PARAM
  • Scarab_BUILD_AUTHENTICATION
    • Build the authentication class
    • Requires Scarab_BUILD_PARAM and Scarab_BUILD_CODEC_JSON