Skip to main content

Module api_ref

Module api_ref 

Source
Expand description

Structured API reference for flodl itself (fdl api-ref), used by AI porting tools and as a machine-readable surface index. API reference generator: extracts the public API surface from flodl source.

Parses Rust source files to find pub structs, constructors, methods, and trait implementations. No external dependencies (string-based parsing).

Used by the /port agent skill to understand what flodl offers, and by anyone who wants a quick reference without building docs.

Functionsยง

find_flodl_src
Find the flodl source directory. Checks (in order):
run