Crate scsys_core

source ·
Expand description

§scsys-core

Modules§

Structs§

Enums§

  • Represents all possible errors that can occur when working with configuration.

Constants§

Functions§

  • Gather configuration files following the specified pattern and collect them into a vector
  • A generic function wrapper extending glob::glob
  • A simple extraction utility for getting values from a string and converting them into a Vec
  • This function converts the file found at path (fp) into a Vec
  • Remove the first and last charecters of a string
  • Simple function wrapper evaluating the claim that the given information is of type f64
  • package_name is a simple functional wrapper for [env(“CARGO_PKG_NAME”)]
  • Fetch the project root unless specified otherwise with a CARGO_MANIFEST_DIR env variable
  • Attempts to collect configuration files, following the given pattern, into a ConfigFileVec
  • This function attempts to convert the given input into a std::net::SocketAddr

Type Aliases§