Structs§
- Code
Block - A single code block within a documentation snippet.
- Documentation
Snippet - Represents a single documentation excerpt returned by the docs endpoint (JSON mode).
- Library
Search Result - Represents a single library entry returned by the search endpoint.
- Resposta
Documentacao - Top-level response from the documentation endpoint (
GET /api/v1/{library_id}). - Resposta
Lista Bibliotecas - Top-level response from the library search endpoint (
GET /api/v1/search).
Functions§
- buscar_
biblioteca - Searches for libraries matching
nomewith optional relevancequery_contexto. - buscar_
documentacao - Fetches documentation for
library_idwith an optionalqueryfilter (JSON mode). - buscar_
documentacao_ texto - Fetches documentation for
library_idas raw plain text (markdown). - criar_
cliente_ http - Creates a reusable HTTP client with rustls-TLS, 30 s timeout, and HTTP/2.
- executar_
com_ retry - Executes an API call with retry and key rotation.