Docs.rs
  • plugx-config-0.2.0
    • plugx-config 0.2.0
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • pouriya
    • Dependencies
      • anyhow ^1.0.79 normal
      • cfg-if ^1.0.0 normal
      • dotenv-parser ^0.1.3 normal
      • log ^0.4.20 normal
      • plugx-input ^0.3.1 normal
      • serde ^1.0.195 normal
      • serde_json ^1.0.111 normal
      • serde_qs ^0.12.0 normal
      • serde_yaml ^0.9.30 normal
      • thiserror ^1.0.56 normal
      • toml ^0.8.8 normal
      • tracing ^0.1.40 normal
      • url ^2.5.0 normal
      • deser-hjson ^2.2.4 dev
      • dirs ^5.0.1 dev
      • env_logger ^0.10.1 dev
      • tempdir ^0.3.7 dev
      • tracing-subscriber ^0.3.18 dev
    • Versions
    • 35.15% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

plugx_config0.2.0

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • Configuration
  • Url
  • entity::ConfigurationEntity
  • loader::closure::ConfigurationLoaderFn
  • loader::env::ConfigurationLoaderEnv
  • loader::fs::ConfigurationLoaderFs
  • loader::fs::ConfigurationLoaderFsOptions
  • parser::closure::ConfigurationParserFn
  • parser::env::ConfigurationParserEnv
  • parser::json::ConfigurationParserJson
  • parser::toml::ConfigurationParserToml
  • parser::yaml::ConfigurationParserYaml

Enums

  • ConfigurationError
  • Input
  • error::ConfigurationError
  • error::ConfigurationLoadError
  • error::ConfigurationParserError
  • loader::ConfigurationLoadError
  • loader::SoftErrors
  • loader::fs::SoftErrorsFs
  • parser::ConfigurationParserError

Traits

  • loader::ConfigurationLoader
  • parser::ConfigurationParser

Functions

  • loader::deserialize_query_string
  • loader::env::default::prefix
  • loader::env::default::separator
  • loader::env::default::strip_prefix

Type Aliases

  • loader::closure::BoxedLoaderFn
  • parser::closure::BoxedParserFn
  • parser::closure::BoxedValidatorFn

Constants

  • loader::env::NAME
  • loader::env::SCHEME_LIST
  • loader::fs::NAME
  • loader::fs::SCHEME_LIST