Skip to content

ewpratten/rfclib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");

Sponsor this project

 

Languages