Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 844 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 844 Bytes

rfclib

Crates.io Docs.rs Build Clippy Audit

Rust library for querying IETF RFCs

Example

let rfc = rfclib::query_rfc(2549).await.unwrap();
assert_eq!(rfc.name, "rfc2549");
assert_eq!(rfc.title, "IP over Avian Carriers with Quality of Service");