Expand description
Formatting-preserving edits to the [server].operations array
in a project’s openapi-to-rust.toml. Backs the
server add and server remove CLI subcommands.
Structs§
- Editor
- In-memory representation of a config we’re editing. Created via
Editor::open, mutated viaEditor::add/Editor::remove, persisted viaEditor::save.