Safe graph inspection and deterministic text renderers.
-spec describe(map()) -> {ok, map()} | {error, term()}.
-spec to_dot(map()) -> {ok, binary()} | {error, term()}.
-spec to_mermaid(map()) -> {ok, binary()} | {error, term()}.