pachy-config 0.1.0

Configuration loader for Pachycephalosaurus apps
Documentation
  • Coverage
  • 42.11%
    8 out of 19 items documented0 out of 7 items with examples
  • Size
  • Source code size: 12.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 484.85 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • putuaguswerdhiputra

pachy-config

pachy.toml loader with environment variable overrides for Pachycephalosaurus.

pachy.toml reference

host                  = "127.0.0.1"
port                  = 3000
log_level             = "info"          # error|warn|info|debug|trace
debug_mode            = false
watch_dirs            = ["src", "Cargo.toml"]
build_target          = "wasm32-unknown-unknown"
deploy_target         = "native"        # native|serverless|docker
shutdown_timeout_secs = 30