Skip to main content

Crate rfc

Crate rfc 

Source
Expand description

Library backing the rfc CLI. Exposes the API clients, cache layer, and document models so the binary can stay a thin dispatcher.

Re-exports§

pub use api::DataTrackerClient;
pub use api::DocumentFetcher;
pub use cache::CacheManager;
pub use cache::CacheMetadata;
pub use cache::CachedDocument;
pub use models::Document;
pub use models::DocumentType;
pub use models::Format;
pub use models::SearchFilter;
pub use models::SearchResult;

Modules§

api
cache
commands
models