Skip to main content

Module list

Module list 

Source
Expand description

openapi-to-rust server list — read-only operation discovery.

Filters compose: each non-empty filter narrows the result set. Output is either an aligned table (default) or a JSON array.

Structs§

ListFilter
Filter criteria. Empty filters match everything.

Enums§

ListOutput

Functions§

render
Render selected operations as either an aligned table or JSON. Returns the rendered string and the count of matched operations.
select
Apply filters and return the matching operations in index order.