ietf-rfc 0.1.0

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

pub use document::{Document, DocumentType, Format};
pub use search::{SearchFilter, SearchResult};