Crate scsys

source ·
Expand description

§scsys

Welcome to scsys, home to various primitives and utilities used throughout the scsys ecosystem. The sdk is heavily feature gated, reducing its footprint and allowing for a more modular approach to development.

Modules§

Macros§

Enums§

Traits§

Functions§

  • A generic function wrapper extending glob::glob
  • 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
  • Simple function wrapper evaluating the claim that the given information is of type f64
  • Checks to see if the input is a string
  • Fetch the project root unless specified otherwise with a CARGO_MANIFEST_DIR env variable

Type Aliases§

Derive Macros§

  • This macro generates a parameter struct and an enum of parameter keys.
  • This macro automatically generates functional constructors for all enclosed variants.