Crate ript_config

Source
Expand description

The single place for ript.toml configuration.

Any crates that want to read the config file can do so here to prevent one place having to load the config and pass it around everywhere.

Structs§

RiptDotToml
The config file itself.
TsWriter
A writer for the generated TypeScript file that implements std::io::Write

Enums§

TsKeywordType
A configurable TS keyword type

Functions§

detect_workspace_root
Attempt to find the workspace root, or just the crate directory itself if running in a non-workspace