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§
- Ript
DotToml - The config file itself.
- TsWriter
- A writer for the generated TypeScript file that implements std::io::Write
Enums§
- TsKeyword
Type - 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