Crate scsys_util

Crate scsys_util 

Source
Expand description

§scsys-utils

utilities for the scsys ecosystem

Modules§

fs
prelude
project
str
string related utilities

Structs§

CaseTypeIter
An iterator over the variants of CaseType

Enums§

CaseType

Functions§

file_to_vec
This function converts the file found at path (fp) into a Vec
fnl_remove
Remove the first and last charecters of a string
project_root
Fetch the project root unless specified otherwise with a CARGO_MANIFEST_DIR env variable
to_camelcase
converts a string to camelCase.
to_kebabcase
converts a string to kebab-case.
to_pascalcase
converts a string to PascalCase.
to_screaming_snakecase
converts a string to SCREAMING_SNAKE_CASE.
to_snakecase
converts a string to snake_case.