ietf-rfc 0.1.0

A CLI tool to search, retrieve, and display IETF RFCs and drafts
Documentation
1
2
3
4
5
mod metadata;
mod storage;

pub use metadata::CacheMetadata;
pub use storage::{CacheManager, CachedDocument};