Structs§
- Documentation
Snippet - Represents a single documentation excerpt returned by the docs endpoint.
- 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. - 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.